Enum NodePool.Status (2.5.0)

public enum NodePool.Status extends Enum<NodePool.Status> implements ProtocolMessageEnum

The current status of the node pool instance.

Protobuf enum google.container.v1beta1.NodePool.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

The ERROR state indicates the node pool may be unusable. Details can be found in the statusMessage field.

ERROR = 6;

ERROR_VALUE

The ERROR state indicates the node pool may be unusable. Details can be found in the statusMessage field.

ERROR = 6;

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 some work is actively being done on the node pool, such as upgrading node software. Details can be found in the statusMessage field.

RECONCILING = 4;

RECONCILING_VALUE

The RECONCILING state indicates that some work is actively being done on the node pool, such as upgrading node software. Details can be found in the statusMessage field.

RECONCILING = 4;

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;

RUNNING_WITH_ERROR

The RUNNING_WITH_ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update.

RUNNING_WITH_ERROR = 3;

RUNNING_WITH_ERROR_VALUE

The RUNNING_WITH_ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update.

RUNNING_WITH_ERROR = 3;

STATUS_UNSPECIFIED

Not set.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Not set.

STATUS_UNSPECIFIED = 0;

STOPPING

The STOPPING state indicates the node pool is being deleted.

STOPPING = 5;

STOPPING_VALUE

The STOPPING state indicates the node pool is being deleted.

STOPPING = 5;

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()