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.
- #zones ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Instance Attribute Details
#facility ⇒ ::String
Returns Output only. [Output Only] The name of a facility, like "iad-1234".
35768 35769 35770 35771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35768 class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zones ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
35768 35769 35770 35771 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 35768 class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |