NetApp V1 API - Class Google::Cloud::NetApp::V1::CreateBackupVaultRequest (v0.3.0)

Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CreateBackupVaultRequest.

CreateBackupVaultRequest creates a backup vault.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backup_vault

def backup_vault() -> ::Google::Cloud::NetApp::V1::BackupVault
Returns

#backup_vault=

def backup_vault=(value) -> ::Google::Cloud::NetApp::V1::BackupVault
Parameter
Returns

#backup_vault_id

def backup_vault_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the backupVault. The ID must be unique within the specified location. The max supported length is 63 characters. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

#backup_vault_id=

def backup_vault_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the backupVault. The ID must be unique within the specified location. The max supported length is 63 characters. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.
Returns
  • (::String) — Required. The ID to use for the backupVault. The ID must be unique within the specified location. The max supported length is 63 characters. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location to create the backup vaults, in the format projects/{project_id}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location to create the backup vaults, in the format projects/{project_id}/locations/{location}
Returns
  • (::String) — Required. The location to create the backup vaults, in the format projects/{project_id}/locations/{location}