HybridPeeringDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
HybridPeeringDetails contains details about the hybrid peering.
Attributes |
|
---|---|
Name | Description |
subnet_ip |
str
Optional. IP address of the subnet. |
command |
str
Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests. |
command_expiry_time |
google.protobuf.timestamp_pb2.Timestamp
Optional. Expiration time for the peering command to be executed on user's ONTAP. |
passphrase |
str
Optional. Temporary passphrase generated to accept cluster peering command. |
peer_volume_name |
str
Optional. Name of the user's local source volume to be peered with the destination volume. |
peer_cluster_name |
str
Optional. Name of the user's local source cluster to be peered with the destination cluster. |
peer_svm_name |
str
Optional. Name of the user's local source vserver svm to be peered with the destination vserver svm. |