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 \ V1Methods
__construct
Constructor.
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
↳ 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}
string
setParent
Required. The NetApp volume to create the replications of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
var
string
$this
getReplication
Required. A replication resource
hasReplication
clearReplication
setReplication
Required. A replication resource
$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.
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.
var
string
$this
static::build
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
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.