Reference documentation and code samples for the Google Cloud Net App V1 Client class EstablishPeeringRequest.
EstablishPeeringRequest establishes cluster and svm peerings between the source and the destination replications.
Generated from protobuf message google.cloud.netapp.v1.EstablishPeeringRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
↳ peer_cluster_name
string
Required. Name of the user's local source cluster to be peered with the destination cluster.
↳ peer_svm_name
string
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
↳ peer_ip_addresses
array
Optional. List of IPv4 ip addresses to be used for peering.
↳ peer_volume_name
string
Required. Name of the user's local source volume to be peered with the destination volume.
getName
Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
string
setName
Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
var
string
$this
getPeerClusterName
Required. Name of the user's local source cluster to be peered with the destination cluster.
string
setPeerClusterName
Required. Name of the user's local source cluster to be peered with the destination cluster.
var
string
$this
getPeerSvmName
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
string
setPeerSvmName
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
var
string
$this
getPeerIpAddresses
Optional. List of IPv4 ip addresses to be used for peering.
setPeerIpAddresses
Optional. List of IPv4 ip addresses to be used for peering.
var
string[]
$this
getPeerVolumeName
Required. Name of the user's local source volume to be peered with the destination volume.
string
setPeerVolumeName
Required. Name of the user's local source volume to be peered with the destination volume.
var
string
$this