public enum CloudVmClusterProperties.State extends Enum<CloudVmClusterProperties.State> implements ProtocolMessageEnum
The various lifecycle states of the VM cluster.
Protobuf enum google.cloud.oracledatabase.v1.CloudVmClusterProperties.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AVAILABLE |
Indicates that the resource is in available state. |
AVAILABLE_VALUE |
Indicates that the resource is in available state. |
FAILED |
Indicates that the resource is in failed state. |
FAILED_VALUE |
Indicates that the resource is in failed state. |
MAINTENANCE_IN_PROGRESS |
Indicates that the resource is in maintenance in progress state. |
MAINTENANCE_IN_PROGRESS_VALUE |
Indicates that the resource is in maintenance in progress state. |
PROVISIONING |
Indicates that the resource is in provisioning state. |
PROVISIONING_VALUE |
Indicates that the resource is in provisioning state. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
TERMINATED |
Indicates that the resource is in terminated state. |
TERMINATED_VALUE |
Indicates that the resource is in terminated state. |
TERMINATING |
Indicates that the resource is in terminating state. |
TERMINATING_VALUE |
Indicates that the resource is in terminating state. |
UNRECOGNIZED |
|
UPDATING |
Indicates that the resource is in updating state. |
UPDATING_VALUE |
Indicates that the resource is in updating state. |
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() |