state property

String? state
getter/setter pair

The BackupPlanAssociation resource state.

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.
  • "UPDATING" : The resource is being updated.

Implementation

core.String? state;