public enum Node.State extends Enum<Node.State> implements ProtocolMessageEnum
Enum State defines possible states of a node in a cluster.
Protobuf enum google.cloud.vmwareengine.v1.Node.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Node is operational and can be used by the user. |
ACTIVE_VALUE |
Node is operational and can be used by the user. |
CREATING |
Node is being provisioned. |
CREATING_VALUE |
Node is being provisioned. |
FAILED |
Node is in a failed state. |
FAILED_VALUE |
Node is in a failed state. |
STATE_UNSPECIFIED |
The default value. This value should never be used. |
STATE_UNSPECIFIED_VALUE |
The default value. This value should never be used. |
UNRECOGNIZED |
|
UPGRADING |
Node is undergoing maintenance, e.g.: during private cloud upgrade. |
UPGRADING_VALUE |
Node is undergoing maintenance, e.g.: during private cloud upgrade. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |