HybridReplicationParameters constructor

HybridReplicationParameters({
  1. String? clusterLocation,
  2. String? description,
  3. Map<String, String>? labels,
  4. String? peerClusterName,
  5. List<String>? peerIpAddresses,
  6. String? peerSvmName,
  7. String? peerVolumeName,
  8. String? replication,
})

Implementation

HybridReplicationParameters({
  this.clusterLocation,
  this.description,
  this.labels,
  this.peerClusterName,
  this.peerIpAddresses,
  this.peerSvmName,
  this.peerVolumeName,
  this.replication,
});