Google Cloud Net App V1 Client - Class CreateReplicationRequest (0.1.1)

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

CreateReplicationRequest creates a replication.

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

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The NetApp volume to create the replications of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

↳ replication Google\Cloud\NetApp\V1\Replication

Required. A replication resource

↳ replication_id string

Required. ID of the replication to create. 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 NetApp volume to create the replications of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Returns
TypeDescription
string

setParent

Required. The NetApp volume to create the replications of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReplication

Required. A replication resource

Returns
TypeDescription
Google\Cloud\NetApp\V1\Replication|null

hasReplication

clearReplication

setReplication

Required. A replication resource

Parameter
NameDescription
var Google\Cloud\NetApp\V1\Replication
Returns
TypeDescription
$this

getReplicationId

Required. ID of the replication to create.

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
TypeDescription
string

setReplicationId

Required. ID of the replication to create.

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
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

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

replication Google\Cloud\NetApp\V1\Replication

Required. A replication resource

replicationId string

Required. ID of the replication to create. 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
TypeDescription
Google\Cloud\NetApp\V1\CreateReplicationRequest