Backup and DR Service v1 API - Enum BackupConfigInfo.Types.LastBackupState (2.0.0)

public enum BackupConfigInfo.Types.LastBackupState

Reference 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.V1

Assembly

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.