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 messagegoogle.cloud.netapp.v1.EstablishPeeringRequest
Namespace
Google \ Cloud \ NetApp \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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}.
Returns
Type
Description
string
setName
Required. The resource name of the replication, in the format of
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPeerClusterName
Required. Name of the user's local source cluster to be peered with the
destination cluster.
Returns
Type
Description
string
setPeerClusterName
Required. Name of the user's local source cluster to be peered with the
destination cluster.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPeerSvmName
Required. Name of the user's local source vserver svm to be peered with the
destination vserver svm.
Returns
Type
Description
string
setPeerSvmName
Required. Name of the user's local source vserver svm to be peered with the
destination vserver svm.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPeerIpAddresses
Optional. List of IPv4 ip addresses to be used for peering.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Net App V1 Client - Class EstablishPeeringRequest (1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/php/docs/reference/cloud-netapp/latest/V1.EstablishPeeringRequest)\n- [1.6.0](/php/docs/reference/cloud-netapp/1.6.0/V1.EstablishPeeringRequest)\n- [1.4.0](/php/docs/reference/cloud-netapp/1.4.0/V1.EstablishPeeringRequest)\n- [1.3.1](/php/docs/reference/cloud-netapp/1.3.1/V1.EstablishPeeringRequest)\n- [1.2.1](/php/docs/reference/cloud-netapp/1.2.1/V1.EstablishPeeringRequest)\n- [1.1.1](/php/docs/reference/cloud-netapp/1.1.1/V1.EstablishPeeringRequest)\n- [1.0.1](/php/docs/reference/cloud-netapp/1.0.1/V1.EstablishPeeringRequest)\n- [0.3.1](/php/docs/reference/cloud-netapp/0.3.1/V1.EstablishPeeringRequest)\n- [0.2.6](/php/docs/reference/cloud-netapp/0.2.6/V1.EstablishPeeringRequest)\n- [0.1.1](/php/docs/reference/cloud-netapp/0.1.1/V1.EstablishPeeringRequest) \nReference documentation and code samples for the Google Cloud Net App V1 Client class EstablishPeeringRequest.\n\nEstablishPeeringRequest establishes cluster and svm peerings between the\nsource and the destination replications.\n\nGenerated from protobuf message `google.cloud.netapp.v1.EstablishPeeringRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetApp \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The resource name of the replication, in the format of\nprojects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.\n\n### setName\n\nRequired. The resource name of the replication, in the format of\nprojects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.\n\n### getPeerClusterName\n\nRequired. Name of the user's local source cluster to be peered with the\ndestination cluster.\n\n### setPeerClusterName\n\nRequired. Name of the user's local source cluster to be peered with the\ndestination cluster.\n\n### getPeerSvmName\n\nRequired. Name of the user's local source vserver svm to be peered with the\ndestination vserver svm.\n\n### setPeerSvmName\n\nRequired. Name of the user's local source vserver svm to be peered with the\ndestination vserver svm.\n\n### getPeerIpAddresses\n\nOptional. List of IPv4 ip addresses to be used for peering.\n\n### setPeerIpAddresses\n\nOptional. List of IPv4 ip addresses to be used for peering.\n\n### getPeerVolumeName\n\nRequired. Name of the user's local source volume to be peered with the\ndestination volume.\n\n### setPeerVolumeName\n\nRequired. Name of the user's local source volume to be peered with the\ndestination volume."]]