Enum Node.State (0.29.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Node is operational and can be used by the user.

ACTIVE = 1;

ACTIVE_VALUE

Node is operational and can be used by the user.

ACTIVE = 1;

CREATING

Node is being provisioned.

CREATING = 2;

CREATING_VALUE

Node is being provisioned.

CREATING = 2;

FAILED

Node is in a failed state.

FAILED = 3;

FAILED_VALUE

Node is in a failed state.

FAILED = 3;

STATE_UNSPECIFIED

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPGRADING

Node is undergoing maintenance, e.g.: during private cloud upgrade.

UPGRADING = 4;

UPGRADING_VALUE

Node is undergoing maintenance, e.g.: during private cloud upgrade.

UPGRADING = 4;

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