Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.
The various lifecycle states of the database node.
Protobuf type google.cloud.oracledatabase.v1.DbNodeProperties.State
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DbNodePropertiesMethods
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;
STOPPING
Value: 4
Indicates that the resource is in stopping state.
Generated from protobuf enum STOPPING = 4;
STOPPED
Value: 5
Indicates that the resource is in stopped state.
Generated from protobuf enum STOPPED = 5;
STARTING
Value: 6
Indicates that the resource is in starting state.
Generated from protobuf enum STARTING = 6;
TERMINATING
Value: 7
Indicates that the resource is in terminating state.
Generated from protobuf enum TERMINATING = 7;
TERMINATED
Value: 8
Indicates that the resource is in terminated state.
Generated from protobuf enum TERMINATED = 8;
FAILED
Value: 9
Indicates that the resource is in failed state.
Generated from protobuf enum FAILED = 9;