Module: Google::Cloud::OracleDatabase::V1::DbSystemProperties::DbSystemLifecycleState
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_system.rb
Overview
The various lifecycle states of the DbSystem.
Constant Summary collapse
- DB_SYSTEM_LIFECYCLE_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- TERMINATING =
Indicates that the resource is in terminating state.
4- TERMINATED =
Indicates that the resource is in terminated state.
5- FAILED =
Indicates that the resource is in failed state.
6- MIGRATED =
Indicates that the resource has been migrated.
7- MAINTENANCE_IN_PROGRESS =
Indicates that the resource is in maintenance in progress state.
8- NEEDS_ATTENTION =
Indicates that the resource needs attention.
9- UPGRADING =
Indicates that the resource is upgrading.
10