lifecycleState property
The current state of the pluggable database.
Output only. Possible string values are:
- "PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED" : The lifecycle state is unspecified.
- "PROVISIONING" : The pluggable database is provisioning.
- "AVAILABLE" : The pluggable database is available.
- "TERMINATING" : The pluggable database is terminating.
- "TERMINATED" : The pluggable database is terminated.
- "UPDATING" : The pluggable database is updating.
- "FAILED" : The pluggable database is in a failed state.
- "RELOCATING" : The pluggable database is relocating.
- "RELOCATED" : The pluggable database is relocated.
- "REFRESHING" : The pluggable database is refreshing.
- "RESTORE_IN_PROGRESS" : The pluggable database is restoring.
- "RESTORE_FAILED" : The pluggable database restore failed.
- "BACKUP_IN_PROGRESS" : The pluggable database is backing up.
- "DISABLED" : The pluggable database is disabled.
Implementation
core.String? lifecycleState;