NetApp V1 API - Class Google::Cloud::NetApp::V1::EstablishPeeringRequest (v1.3.0)

Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::EstablishPeeringRequest.

EstablishPeeringRequest establishes cluster and svm peerings between the source and the destination replications.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
Returns
  • (::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

def peer_cluster_name() -> ::String
Returns
  • (::String) — Required. Name of the user's local source cluster to be peered with the destination cluster.

#peer_cluster_name=

def peer_cluster_name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the user's local source cluster to be peered with the destination cluster.
Returns
  • (::String) — Required. Name of the user's local source cluster to be peered with the destination cluster.

#peer_ip_addresses

def peer_ip_addresses() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. List of IPv4 ip addresses to be used for peering.

#peer_ip_addresses=

def peer_ip_addresses=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. List of IPv4 ip addresses to be used for peering.
Returns
  • (::Array<::String>) — Optional. List of IPv4 ip addresses to be used for peering.

#peer_svm_name

def peer_svm_name() -> ::String
Returns
  • (::String) — Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.

#peer_svm_name=

def peer_svm_name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
Returns
  • (::String) — Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.

#peer_volume_name

def peer_volume_name() -> ::String
Returns
  • (::String) — Required. Name of the user's local source volume to be peered with the destination volume.

#peer_volume_name=

def peer_volume_name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the user's local source volume to be peered with the destination volume.
Returns
  • (::String) — Required. Name of the user's local source volume to be peered with the destination volume.