Enum OrchestrationCluster.State (0.13.0)

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

Possible states that the Orchestration Cluster can be in.

Protobuf enum google.cloud.telcoautomation.v1alpha1.OrchestrationCluster.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

OrchestrationCluster has been created and is ready for use.

ACTIVE = 2;

ACTIVE_VALUE

OrchestrationCluster has been created and is ready for use.

ACTIVE = 2;

CREATING

OrchestrationCluster is being created.

CREATING = 1;

CREATING_VALUE

OrchestrationCluster is being created.

CREATING = 1;

DELETING

OrchestrationCluster is being deleted.

DELETING = 3;

DELETING_VALUE

OrchestrationCluster is being deleted.

DELETING = 3;

FAILED

OrchestrationCluster encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state.

FAILED = 4;

FAILED_VALUE

OrchestrationCluster encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state.

FAILED = 4;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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