Class: Google::Cloud::Compute::V1::InterconnectRemoteLocationPermittedConnections
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectRemoteLocationPermittedConnections
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#interconnect_location ⇒ ::String
[Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
Instance Attribute Details
#interconnect_location ⇒ ::String
Returns [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
16711 16712 16713 16714 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16711 class InterconnectRemoteLocationPermittedConnections include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |