public enum OrchestrationCluster.State extends Enum<OrchestrationCluster.State> implements ProtocolMessageEnum
Possible states that the Orchestration Cluster can be in.
Protobuf enum google.cloud.telcoautomation.v1.OrchestrationCluster.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | OrchestrationCluster has been created and is ready for use. |
ACTIVE_VALUE | OrchestrationCluster has been created and is ready for use. |
CREATING | OrchestrationCluster is being created. |
CREATING_VALUE | OrchestrationCluster is being created. |
DELETING | OrchestrationCluster is being deleted. |
DELETING_VALUE | OrchestrationCluster is being deleted. |
FAILED | OrchestrationCluster encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state. |
FAILED_VALUE | OrchestrationCluster encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state. |
STATE_UNSPECIFIED | Unspecified state. |
STATE_UNSPECIFIED_VALUE | Unspecified state. |
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() |