backupVaultType property

String? backupVaultType
getter/setter pair

Type of backup vault to be created.

Default is IN_REGION.

Optional. Possible string values are:

  • "BACKUP_VAULT_TYPE_UNSPECIFIED" : BackupVault type not set.
  • "IN_REGION" : BackupVault type is IN_REGION.
  • "CROSS_REGION" : BackupVault type is CROSS_REGION.

Implementation

core.String? backupVaultType;