public sealed class EstablishPeeringRequest : IMessage<EstablishPeeringRequest>, IEquatable<EstablishPeeringRequest>, IDeepCloneable<EstablishPeeringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class EstablishPeeringRequest.
EstablishPeeringRequest establishes cluster and svm peerings between the source and the destination replications.
Implements
IMessageEstablishPeeringRequest, IEquatableEstablishPeeringRequest, IDeepCloneableEstablishPeeringRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
EstablishPeeringRequest()
public EstablishPeeringRequest()
EstablishPeeringRequest(EstablishPeeringRequest)
public EstablishPeeringRequest(EstablishPeeringRequest other)
Parameter | |
---|---|
Name | Description |
other |
EstablishPeeringRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
Property Value | |
---|---|
Type | Description |
string |
PeerClusterName
public string PeerClusterName { get; set; }
Required. Name of the user's local source cluster to be peered with the destination cluster.
Property Value | |
---|---|
Type | Description |
string |
PeerIpAddresses
public RepeatedField<string> PeerIpAddresses { get; }
Optional. List of IPv4 ip addresses to be used for peering.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
PeerSvmName
public string PeerSvmName { get; set; }
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
Property Value | |
---|---|
Type | Description |
string |
PeerVolumeName
public string PeerVolumeName { get; set; }
Required. Name of the user's local source volume to be peered with the destination volume.
Property Value | |
---|---|
Type | Description |
string |
ReplicationName
public ReplicationName ReplicationName { get; set; }
ReplicationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ReplicationName |