Class: Google::Cloud::Compute::V1::InterconnectGroupPhysicalStructureMetrosFacilities
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectGroupPhysicalStructureMetrosFacilities
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] The facilities Interconnects in this metro are present in.
Instance Attribute Summary collapse
-
#facility ⇒ ::String
[Output Only] The ID of this facility, as a numeric string like "5467".
- #zones ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectGroupPhysicalStructureMetrosFacilitiesZones>
Instance Attribute Details
#facility ⇒ ::String
Returns [Output Only] The ID of this facility, as a numeric string like "5467". This is the third component of the location of Interconnects in this facility.
17822 17823 17824 17825 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17822 class InterconnectGroupPhysicalStructureMetrosFacilities include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zones ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectGroupPhysicalStructureMetrosFacilitiesZones>
17822 17823 17824 17825 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17822 class InterconnectGroupPhysicalStructureMetrosFacilities include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |