HybridReplicationParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The Hybrid Replication parameters for the volume.
Attributes |
|
---|---|
Name | Description |
replication |
str
Required. Desired name for the replication of this volume. |
peer_volume_name |
str
Required. Name of the user's local source volume to be peered with the destination volume. |
peer_cluster_name |
str
Required. Name of the user's local source cluster to be peered with the destination cluster. |
peer_svm_name |
str
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm. |
peer_ip_addresses |
MutableSequence[str]
Required. List of node ip addresses to be peered with. |
cluster_location |
str
Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only. |
description |
str
Optional. Description of the replication. |
labels |
MutableMapping[str, str]
Optional. Labels to be added to the replication as the key value pairs. |
replication_schedule |
google.cloud.netapp_v1.types.HybridReplicationSchedule
Optional. Replication Schedule for the replication created. |
hybrid_replication_type |
google.cloud.netapp_v1.types.HybridReplicationParameters.VolumeHybridReplicationType
Optional. Type of the hybrid replication. |
large_volume_constituent_count |
int
Optional. Constituent volume count for large volume. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
VolumeHybridReplicationType
VolumeHybridReplicationType(value)
Type of the volume's hybrid replication.