Backup and DR Service V1 API - Module Google::Cloud::BackupDR::V1::BackupVaultView (v0.4.0)

Reference documentation and code samples for the Backup and DR Service V1 API module Google::Cloud::BackupDR::V1::BackupVaultView.

BackupVaultView contains enum options for Partial and Full view.

Constants

BACKUP_VAULT_VIEW_UNSPECIFIED

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

BACKUP_VAULT_VIEW_BASIC

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

BACKUP_VAULT_VIEW_FULL

value: 2
Includes all data about the Backup Vault. This is the default value (for both ListBackupVaults and GetBackupVault).