HybridPeeringDetails class

HybridPeeringDetails contains details about the hybrid peering.

Constructors

HybridPeeringDetails.new({String? command, String? commandExpiryTime, String? passphrase, String? peerClusterName, String? peerSvmName, String? peerVolumeName, String? subnetIp})
HybridPeeringDetails.fromJson(Map json_)

Properties

command String?
Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
getter/setter pair
commandExpiryTime String?
Expiration time for the peering command to be executed on user's ONTAP.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passphrase String?
Temporary passphrase generated to accept cluster peering command.
getter/setter pair
peerClusterName String?
Name of the user's local source cluster to be peered with the destination cluster.
getter/setter pair
peerSvmName String?
Name of the user's local source vserver svm to be peered with the destination vserver svm.
getter/setter pair
peerVolumeName String?
Name of the user's local source volume to be peered with the destination volume.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetIp String?
IP address of the subnet.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited