Class EstablishPeeringRequest
EstablishPeeringRequest establishes cluster and svm peerings between the source and the destination replications.
Implements
Inherited Members
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 |