Class: Google::Cloud::NetApp::V1::CreateBackupVaultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::CreateBackupVaultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup_vault.rb
Overview
CreateBackupVaultRequest creates a backup vault.
Instance Attribute Summary collapse
-
#backup_vault ⇒ ::Google::Cloud::NetApp::V1::BackupVault
Required.
-
#backup_vault_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#backup_vault ⇒ ::Google::Cloud::NetApp::V1::BackupVault
Returns Required. A backupVault resource.
209 210 211 212 |
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 209 class CreateBackupVaultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_vault_id ⇒ ::String
Returns 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.
209 210 211 212 |
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 209 class CreateBackupVaultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The location to create the backup vaults, in the format
projects/{project_id}/locations/{location}
.
209 210 211 212 |
# File 'proto_docs/google/cloud/netapp/v1/backup_vault.rb', line 209 class CreateBackupVaultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |