EstablishPeeringRequest class
EstablishPeeringRequest establishes cluster and svm peerings between the source and the destination replications.
Constructors
- 
          EstablishPeeringRequest({String? peerClusterName, List<String> ? peerIpAddresses, String? peerSvmName, String? peerVolumeName})
- EstablishPeeringRequest.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- peerClusterName ↔ String?
- 
  Name of the user's local source cluster to be peered with the destination
cluster.
  getter/setter pair
- 
  peerIpAddresses
  ↔ List<String> ?
- 
  List of IPv4 ip addresses to be used for peering.
  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
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