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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The NetApp volume to create the replications of, in the format |
↳ replication |
Google\Cloud\NetApp\V1\Replication
Required. A replication resource |
↳ replication_id |
string
Required. ID of the replication to create. Must be unique within the parent resource. 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. |
getParent
Required. The NetApp volume to create the replications of, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The NetApp volume to create the replications of, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReplication
Required. A replication resource
Returns | |
---|---|
Type | Description |
Google\Cloud\NetApp\V1\Replication|null |
hasReplication
clearReplication
setReplication
Required. A replication resource
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\NetApp\V1\Replication
|
Returns | |
---|---|
Type | Description |
$this |
getReplicationId
Required. ID of the replication to create. Must be unique within the parent resource. 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.
Returns | |
---|---|
Type | Description |
string |
setReplicationId
Required. ID of the replication to create. Must be unique within the parent resource. 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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The NetApp volume to create the replications of, in the format
|
replication |
Google\Cloud\NetApp\V1\Replication
Required. A replication resource |
replicationId |
string
Required. ID of the replication to create. Must be unique within the parent resource. 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. |
Returns | |
---|---|
Type | Description |
Google\Cloud\NetApp\V1\CreateReplicationRequest |