state property

String? state
getter/setter pair

The backup state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : Backup is being created.
  • "FINALIZING" : Backup has been taken and the operation is being finalized. At this point, changes to the file share will not be reflected in the backup.
  • "READY" : Backup is available for use.
  • "DELETING" : Backup is being deleted.
  • "INVALID" : Backup is not valid and cannot be used for creating new instances or restoring existing instances.

Implementation

core.String? state;