public sealed class HybridPeeringDetails : IMessage<HybridPeeringDetails>, IEquatable<HybridPeeringDetails>, IDeepCloneable<HybridPeeringDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class HybridPeeringDetails.
HybridPeeringDetails contains details about the hybrid peering.
Implements
IMessageHybridPeeringDetails, IEquatableHybridPeeringDetails, IDeepCloneableHybridPeeringDetails, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
HybridPeeringDetails()
public HybridPeeringDetails()
HybridPeeringDetails(HybridPeeringDetails)
public HybridPeeringDetails(HybridPeeringDetails other)
Parameter | |
---|---|
Name | Description |
other |
HybridPeeringDetails |
Properties
Command
public string Command { get; set; }
Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
Property Value | |
---|---|
Type | Description |
string |
CommandExpiryTime
public Timestamp CommandExpiryTime { get; set; }
Optional. Expiration time for the peering command to be executed on user's ONTAP.
Property Value | |
---|---|
Type | Description |
Timestamp |
Passphrase
public string Passphrase { get; set; }
Optional. Temporary passphrase generated to accept cluster peering command.
Property Value | |
---|---|
Type | Description |
string |
PeerClusterName
public string PeerClusterName { get; set; }
Optional. Name of the user's local source cluster to be peered with the destination cluster.
Property Value | |
---|---|
Type | Description |
string |
PeerSvmName
public string PeerSvmName { get; set; }
Optional. 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; }
Optional. Name of the user's local source volume to be peered with the destination volume.
Property Value | |
---|---|
Type | Description |
string |
SubnetIp
public string SubnetIp { get; set; }
Optional. IP address of the subnet.
Property Value | |
---|---|
Type | Description |
string |