Class: Google::Cloud::Compute::V1::InterconnectLocationCrossSiteInterconnectInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectLocationCrossSiteInterconnectInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Information about Cross-Site Interconnect wires which may be created between the containing location and another remote location.
Instance Attribute Summary collapse
-
#city ⇒ ::String
Output only.
Instance Attribute Details
#city ⇒ ::String
Returns Output only. The remote location for Cross-Site Interconnect wires. This specifies an InterconnectLocation city (metropolitan area designator), which itself may match multiple InterconnectLocations.
37163 37164 37165 37166 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 37163 class InterconnectLocationCrossSiteInterconnectInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |