Class: Google::Cloud::Compute::V1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] The facilities used for this group's Attachments' Interconnects.
Instance Attribute Summary collapse
-
#facility ⇒ ::String
[Output Only] The name of a facility, like "iad-1234".
- #zones ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Instance Attribute Details
#facility ⇒ ::String
Returns [Output Only] The name of a facility, like "iad-1234".
17296 17297 17298 17299 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17296 class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zones ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
17296 17297 17298 17299 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17296 class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |