Google Cloud Net App V1 Client - Class CreateBackupRequest (1.10.2)

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 \ V1

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

getParent

Required. The NetApp backupVault to create the backups of, in the format projects/*/locations/*/backupVaults/{backup_vault_id}

Returns
Type Description
string

setParent

Required. The NetApp backupVault to create the backups of, in the format projects/*/locations/*/backupVaults/{backup_vault_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getBackupId

Required. The ID to use for the backup.

The ID must be unique within the specified backupVault. 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.

Returns
Type Description
string

setBackupId

Required. The ID to use for the backup.

The ID must be unique within the specified backupVault. 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.

Parameter
Name Description
var string
Returns
Type Description
$this

getBackup

Required. A backup resource

Returns
Type Description
Backup|null

hasBackup

clearBackup

setBackup

Required. A backup resource

Parameter
Name Description
var Backup
Returns
Type Description
$this

static::build

Parameters
Name Description
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 Backup

Required. A backup resource

backupId string

Required. The ID to use for the backup. The ID must be unique within the specified backupVault. 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.

Returns
Type Description
CreateBackupRequest