HybridReplicationParameters constructor

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

Implementation

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