Reference documentation and code samples for the Compute Engine v1 API enum InterconnectRemoteLocationConstraints.Types.PortPairRemoteLocation.
[Output Only] Port pair remote location constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. Google Cloud API refers only to individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from accidentally ordering something that is incompatible with their cloud provider. Specifically, when ordering a redundant pair of Cross-Cloud Interconnect ports, and one of them uses a remote location with portPairMatchingRemoteLocation set to matching, the UI requires that both ports use the same remote location.
If PORT_PAIR_MATCHING_REMOTE_LOCATION, the remote cloud provider allocates ports in pairs, and the user should choose the same remote location for both ports.
PortPairUnconstrainedRemoteLocation
If PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, a user may opt to provision a redundant pair of Cross-Cloud Interconnects using two different remote locations in the same city.
UndefinedPortPairRemoteLocation
A value indicating that the enum field is not set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides versioned reference documentation for the `InterconnectRemoteLocationConstraints.Types.PortPairRemoteLocation` enum within the Google Compute Engine v1 API, covering versions from 1.0.0 to the latest 3.6.0."],["The `PortPairRemoteLocation` enum defines constraints for port pairs, including `PortPairMatchingRemoteLocation` where ports should share a remote location, and `PortPairUnconstrainedRemoteLocation` where different locations within the same city are acceptable."],["The enum includes an `UndefinedPortPairRemoteLocation` value to indicate when the enum field is not set, and it is part of the `Google.Cloud.Compute.V1` namespace found within the `Google.Cloud.Compute.V1.dll` assembly."],["This documentation is relevant to users working with Cross-Cloud Interconnect ports, especially when ordering redundant pairs, as the enum helps to specify location requirements, and ensure compatibility with the user's cloud provider."]]],[]]