Enum AzureNodePool.State (0.15.0)

public enum AzureNodePool.State extends Enum<AzureNodePool.State> implements ProtocolMessageEnum

The lifecycle state of the node pool.

Protobuf enum google.cloud.gkemulticloud.v1.AzureNodePool.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEGRADED

The DEGRADED state indicates the node pool requires user action to restore full functionality.

DEGRADED = 6;

DEGRADED_VALUE

The DEGRADED state indicates the node pool requires user action to restore full functionality.

DEGRADED = 6;

ERROR

The ERROR state indicates the node pool is in a broken unrecoverable state.

ERROR = 5;

ERROR_VALUE

The ERROR state indicates the node pool is in a broken unrecoverable state.

ERROR = 5;

PROVISIONING

The PROVISIONING state indicates the node pool is being created.

PROVISIONING = 1;

PROVISIONING_VALUE

The PROVISIONING state indicates the node pool is being created.

PROVISIONING = 1;

RECONCILING

The RECONCILING state indicates that the node pool is being reconciled.

RECONCILING = 3;

RECONCILING_VALUE

The RECONCILING state indicates that the node pool is being reconciled.

RECONCILING = 3;

RUNNING

The RUNNING state indicates the node pool has been created and is fully usable.

RUNNING = 2;

RUNNING_VALUE

The RUNNING state indicates the node pool has been created and is fully usable.

RUNNING = 2;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

STOPPING

The STOPPING state indicates the node pool is being deleted.

STOPPING = 4;

STOPPING_VALUE

The STOPPING state indicates the node pool is being deleted.

STOPPING = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()