Module: Google::Cloud::OracleDatabase::V1::DbNodeProperties::State
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_node.rb
Overview
The various lifecycle states of the database node.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default unspecified value.
0- PROVISIONING =
Indicates that the resource is in provisioning state.
1- AVAILABLE =
Indicates that the resource is in available state.
2- UPDATING =
Indicates that the resource is in updating state.
3- STOPPING =
Indicates that the resource is in stopping state.
4- STOPPED =
Indicates that the resource is in stopped state.
5- STARTING =
Indicates that the resource is in starting state.
6- TERMINATING =
Indicates that the resource is in terminating state.
7- TERMINATED =
Indicates that the resource is in terminated state.
8- FAILED =
Indicates that the resource is in failed state.
9