Backup and DR Service v1 API - Enum BackupVaultView (1.2.0)

public enum BackupVaultView

Reference documentation and code samples for the Backup and DR Service v1 API enum BackupVaultView.

BackupVaultView contains enum options for Partial and Full view.

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Fields

Name Description
Basic

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

Full

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

Unspecified

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