Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateBackupRequest.
CreateBackupRequest creates a backup.
Generated from protobuf message google.cloud.netapp.v1.CreateBackupRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The NetApp backupVault to create the backups of, in the format projects/*/locations/*/backupVaults/{backup_vault_id}
↳ backup_id
string
Required. The ID to use for the backup. The ID must be unique within the specified backupVault. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
↳ backup
getParent
Required. The NetApp backupVault to create the backups of, in the format projects/*/locations/*/backupVaults/{backup_vault_id}
string
setParent
Required. The NetApp backupVault to create the backups of, in the format projects/*/locations/*/backupVaults/{backup_vault_id}
var
string
$this
getBackupId
Required. The ID to use for the backup.
The ID must be unique within the specified backupVault. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
string
setBackupId
Required. The ID to use for the backup.
The ID must be unique within the specified backupVault. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
var
string
$this
getBackup
Required. A backup resource
hasBackup
clearBackup
setBackup
Required. A backup resource
$this
static::build
parent
string
Required. The NetApp backupVault to create the backups of, in the format projects/*/locations/*/backupVaults/{backup_vault_id}
Please see NetAppClient::backupVaultName()
for help formatting this field.
backup
backupId
string
Required. The ID to use for the backup. The ID must be unique within the specified backupVault. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.