Google Cloud Backup Dr V1 Client - Class BackupVaultView (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupVaultView.

BackupVaultView contains enum options for Partial and Full view.

Protobuf type google.cloud.backupdr.v1.BackupVaultView

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_VAULT_VIEW_UNSPECIFIED

Value: 0

If the value is not set, the default 'FULL' view is used.

Generated from protobuf enum BACKUP_VAULT_VIEW_UNSPECIFIED = 0;

BACKUP_VAULT_VIEW_BASIC

Value: 1

Includes basic data about the Backup Vault, but not the full contents.

Generated from protobuf enum BACKUP_VAULT_VIEW_BASIC = 1;

BACKUP_VAULT_VIEW_FULL

Value: 2

Includes all data about the Backup Vault.

This is the default value (for both ListBackupVaults and GetBackupVault).

Generated from protobuf enum BACKUP_VAULT_VIEW_FULL = 2;