CreateBackupVaultRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CreateBackupVaultRequest creates a backup vault.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The location to create the backup vaults, in the format projects/{project_id}/locations/{location}
|
backup_vault_id |
str
Required. The ID to use for the backupVault. The ID must be unique within the specified location. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum. |
backup_vault |
google.cloud.netapp_v1.types.BackupVault
Required. A backupVault resource |