lastBackupState property

String? lastBackupState
getter/setter pair

The last backup state for rule.

Output only. Possible string values are:

  • "LAST_BACKUP_STATE_UNSPECIFIED" : State not set.
  • "FIRST_BACKUP_PENDING" : The first backup is pending.
  • "PERMISSION_DENIED" : The most recent backup could not be run/failed because of the lack of permissions.
  • "SUCCEEDED" : The last backup operation succeeded.
  • "FAILED" : The last backup operation failed.

Implementation

core.String? lastBackupState;