EstablishPeeringRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
EstablishPeeringRequest establishes cluster and svm peerings between the source and the destination replications.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}. |
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]
Optional. List of IPv4 ip addresses to be used for peering. |
peer_volume_name |
str
Required. Name of the user's local source volume to be peered with the destination volume. |