Show / Hide Table of Contents

Class EstablishPeeringRequest

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

Inheritance
object
EstablishPeeringRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class EstablishPeeringRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PeerClusterName

Required. Name of the user's local source cluster to be peered with the destination cluster.

Declaration
[JsonProperty("peerClusterName")]
public virtual string PeerClusterName { get; set; }
Property Value
Type Description
string

PeerIpAddresses

Optional. List of IPv4 ip addresses to be used for peering.

Declaration
[JsonProperty("peerIpAddresses")]
public virtual IList<string> PeerIpAddresses { get; set; }
Property Value
Type Description
IList<string>

PeerSvmName

Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.

Declaration
[JsonProperty("peerSvmName")]
public virtual string PeerSvmName { get; set; }
Property Value
Type Description
string

PeerVolumeName

Required. Name of the user's local source volume to be peered with the destination volume.

Declaration
[JsonProperty("peerVolumeName")]
public virtual string PeerVolumeName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX