state property

String? state
getter/setter pair

The State for the BackupPlan.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : The resource is being created.
  • "ACTIVE" : The resource has been created and is fully usable.
  • "DELETING" : The resource is being deleted.
  • "INACTIVE" : The resource has been created but is not usable.

Implementation

core.String? state;