lifecycleState property
State of the DbSystem.
Output only. Possible string values are:
- "DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED" : Default unspecified value.
- "PROVISIONING" : Indicates that the resource is in provisioning state.
- "AVAILABLE" : Indicates that the resource is in available state.
- "UPDATING" : Indicates that the resource is in updating state.
- "TERMINATING" : Indicates that the resource is in terminating state.
- "TERMINATED" : Indicates that the resource is in terminated state.
- "FAILED" : Indicates that the resource is in failed state.
- "MIGRATED" : Indicates that the resource has been migrated.
- "MAINTENANCE_IN_PROGRESS" : Indicates that the resource is in maintenance in progress state.
- "NEEDS_ATTENTION" : Indicates that the resource needs attention.
- "UPGRADING" : Indicates that the resource is upgrading.
Implementation
core.String? lifecycleState;