Oracle Database@Google Cloud V1 API - Module Google::Cloud::OracleDatabase::V1::DbNodeProperties::State (v0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Oracle Database@Google Cloud V1 API module Google::Cloud::OracleDatabase::V1::DbNodeProperties::State.
The various lifecycle states of the database node.
Constants
STATE_UNSPECIFIED
value: 0
Default unspecified value.
PROVISIONING
value: 1
Indicates that the resource is in provisioning state.
AVAILABLE
value: 2
Indicates that the resource is in available state.
UPDATING
value: 3
Indicates that the resource is in updating state.
STOPPING
value: 4
Indicates that the resource is in stopping state.
STOPPED
value: 5
Indicates that the resource is in stopped state.
STARTING
value: 6
Indicates that the resource is in starting state.
TERMINATING
value: 7
Indicates that the resource is in terminating state.
TERMINATED
value: 8
Indicates that the resource is in terminated state.
FAILED
value: 9
Indicates that the resource is in failed state.