HybridPeeringDetails constructor

HybridPeeringDetails({
  1. String? command,
  2. String? commandExpiryTime,
  3. String? passphrase,
  4. String? peerClusterName,
  5. String? peerSvmName,
  6. String? peerVolumeName,
  7. String? subnetIp,
})

Implementation

HybridPeeringDetails({
  this.command,
  this.commandExpiryTime,
  this.passphrase,
  this.peerClusterName,
  this.peerSvmName,
  this.peerVolumeName,
  this.subnetIp,
});