HybridReplicationParameters class
The Hybrid Replication parameters for the volume.
Constructors
-
HybridReplicationParameters.new({String? clusterLocation, String? description, String? hybridReplicationType, Map<
String, String> ? labels, int? largeVolumeConstituentCount, String? peerClusterName, List<String> ? peerIpAddresses, String? peerSvmName, String? peerVolumeName, String? replication, String? replicationSchedule}) - HybridReplicationParameters.fromJson(Map json_)
Properties
- clusterLocation ↔ String?
-
Name of source cluster location associated with the Hybrid replication.
getter/setter pair
- description ↔ String?
-
Description of the replication.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hybridReplicationType ↔ String?
-
Type of the hybrid replication.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels to be added to the replication as the key value pairs.
getter/setter pair
- largeVolumeConstituentCount ↔ int?
-
Constituent volume count for large volume.
getter/setter pair
- 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 node ip addresses to be peered with.
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
- replication ↔ String?
-
Desired name for the replication of this volume.
getter/setter pair
- replicationSchedule ↔ String?
-
Replication Schedule for the replication created.
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