Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class LastBackupState.
Enum for LastBackupState
Protobuf type google.cloud.backupdr.v1.RuleConfigInfo.LastBackupState
Namespace
Google \ Cloud \ BackupDR \ V1 \ RuleConfigInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LAST_BACKUP_STATE_UNSPECIFIED
Value: 0State not set.
Generated from protobuf enum LAST_BACKUP_STATE_UNSPECIFIED = 0;
FIRST_BACKUP_PENDING
Value: 1The first backup is pending.
Generated from protobuf enum FIRST_BACKUP_PENDING = 1;
PERMISSION_DENIED
Value: 2The most recent backup could not be run/failed because of the lack of permissions.
Generated from protobuf enum PERMISSION_DENIED = 2;
SUCCEEDED
Value: 3The last backup operation succeeded.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4The last backup operation failed.
Generated from protobuf enum FAILED = 4;