NetApp v1 API - Class HybridPeeringDetails (1.6.0)

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.

Inheritance

object > HybridPeeringDetails

Namespace

Google.Cloud.NetApp.V1

Assembly

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

SubnetIp

public string SubnetIp { get; set; }

Optional. IP address of the subnet.

Property Value
Type Description
string