public enum BackupConfigInfo.Types.LastBackupStateReference documentation and code samples for the Backup and DR Service v1 API enum BackupConfigInfo.Types.LastBackupState.
LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
The most recent backup failed |
FirstBackupPending |
The first backup has not yet completed |
PermissionDenied |
The most recent backup could not be run/failed because of the lack of permissions |
Succeeded |
The most recent backup was successful |
Unspecified |
Status not set. |