Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbSystemLifecycleState.
The various lifecycle states of the DbSystem.
Protobuf type google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemLifecycleState
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DbSystemPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1Indicates that the resource is in provisioning state.
Generated from protobuf enum PROVISIONING = 1;
AVAILABLE
Value: 2Indicates that the resource is in available state.
Generated from protobuf enum AVAILABLE = 2;
UPDATING
Value: 3Indicates that the resource is in updating state.
Generated from protobuf enum UPDATING = 3;
TERMINATING
Value: 4Indicates that the resource is in terminating state.
Generated from protobuf enum TERMINATING = 4;
TERMINATED
Value: 5Indicates that the resource is in terminated state.
Generated from protobuf enum TERMINATED = 5;
FAILED
Value: 6Indicates that the resource is in failed state.
Generated from protobuf enum FAILED = 6;
MIGRATED
Value: 7Indicates that the resource has been migrated.
Generated from protobuf enum MIGRATED = 7;
MAINTENANCE_IN_PROGRESS
Value: 8Indicates that the resource is in maintenance in progress state.
Generated from protobuf enum MAINTENANCE_IN_PROGRESS = 8;
NEEDS_ATTENTION
Value: 9Indicates that the resource needs attention.
Generated from protobuf enum NEEDS_ATTENTION = 9;
UPGRADING
Value: 10Indicates that the resource is upgrading.
Generated from protobuf enum UPGRADING = 10;