Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.
The various lifecycle states of the VM cluster.
Protobuf type google.cloud.oracledatabase.v1.CloudVmClusterProperties.State
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ CloudVmClusterPropertiesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default unspecified value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1
Indicates that the resource is in provisioning state.
Generated from protobuf enum PROVISIONING = 1;
AVAILABLE
Value: 2
Indicates that the resource is in available state.
Generated from protobuf enum AVAILABLE = 2;
UPDATING
Value: 3
Indicates that the resource is in updating state.
Generated from protobuf enum UPDATING = 3;
TERMINATING
Value: 4
Indicates that the resource is in terminating state.
Generated from protobuf enum TERMINATING = 4;
TERMINATED
Value: 5
Indicates that the resource is in terminated state.
Generated from protobuf enum TERMINATED = 5;
FAILED
Value: 6
Indicates that the resource is in failed state.
Generated from protobuf enum FAILED = 6;
MAINTENANCE_IN_PROGRESS
Value: 7
Indicates that the resource is in maintenance in progress state.
Generated from protobuf enum MAINTENANCE_IN_PROGRESS = 7;