Class HybridReplicationParameters (0.3.17)

HybridReplicationParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Hybrid Replication parameters for the volume.

Attributes

Name Description
replication str
Required. Desired Identifier (name) of the replication which will be created for this volume. Format: projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}
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.

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, .Message]

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 mapping is a mapping type or there are keyword parameters.