lifecycleState property
The lifecycle state of the backup.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default unspecified value.
- "CREATING" : Indicates that the resource is in creating state.
- "ACTIVE" : Indicates that the resource is in active state.
- "DELETING" : Indicates that the resource is in deleting state.
- "DELETED" : Indicates that the resource is in deleted state.
- "FAILED" : Indicates that the resource is in failed state.
- "UPDATING" : Indicates that the resource is in updating state.
Implementation
core.String? lifecycleState;