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.
Instance Attribute Details
#interconnect_location ⇒ ::String
Returns Output only. [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
37804 37805 37806 37807 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 37804 class InterconnectRemoteLocationPermittedConnections include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |