Module: Google::Cloud::BackupDR::V1::BackupConfigInfo::LastBackupState

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault.rb

Overview

LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.

Constant Summary collapse

LAST_BACKUP_STATE_UNSPECIFIED =

Status not set.

0
FIRST_BACKUP_PENDING =

The first backup has not yet completed

1
SUCCEEDED =

The most recent backup was successful

2
FAILED =

The most recent backup failed

3
PERMISSION_DENIED =

The most recent backup could not be run/failed because of the lack of permissions

4