Google Cloud Net App V1 Client - Class CreateBackupPolicyRequest (0.3.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateBackupPolicyRequest.

CreateBackupPolicyRequest creates a backupPolicy.

Generated from protobuf message google.cloud.netapp.v1.CreateBackupPolicyRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}

↳ backup_policy Google\Cloud\NetApp\V1\BackupPolicy

Required. A backupPolicy resource

↳ backup_policy_id string

Required. The ID to use for the backup policy. The ID must be unique within the specified location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

getParent

Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}

Returns
Type Description
string

setParent

Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getBackupPolicy

Required. A backupPolicy resource

Returns
Type Description
Google\Cloud\NetApp\V1\BackupPolicy|null

hasBackupPolicy

clearBackupPolicy

setBackupPolicy

Required. A backupPolicy resource

Parameter
Name Description
var Google\Cloud\NetApp\V1\BackupPolicy
Returns
Type Description
$this

getBackupPolicyId

Required. The ID to use for the backup policy.

The ID must be unique within the specified location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Returns
Type Description
string

setBackupPolicyId

Required. The ID to use for the backup policy.

The ID must be unique within the specified location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The location to create the backup policies of, in the format projects/{project_id}/locations/{location} Please see Google\Cloud\NetApp\V1\NetAppClient::locationName() for help formatting this field.

backupPolicy Google\Cloud\NetApp\V1\BackupPolicy

Required. A backupPolicy resource

backupPolicyId string

Required. The ID to use for the backup policy. The ID must be unique within the specified location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Returns
Type Description
Google\Cloud\NetApp\V1\CreateBackupPolicyRequest