Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Overview
[Output Only] The facilities used for this group's Attachments' Interconnects.
Instance Attribute Summary collapse
-
#facility ⇒ String
Output only.
-
#zones ⇒ Array<Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Corresponds to the JSON property
zones.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
constructor
A new instance of InterconnectAttachmentGroupLogicalStructureRegionMetroFacility.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
Returns a new instance of InterconnectAttachmentGroupLogicalStructureRegionMetroFacility.
26215 26216 26217 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26215 def initialize(**args) update!(**args) end |
Instance Attribute Details
#facility ⇒ String
Output only. [Output Only] The name of a facility, like "iad-1234".
Corresponds to the JSON property facility
26208 26209 26210 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26208 def facility @facility end |
#zones ⇒ Array<Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Corresponds to the JSON property zones
26213 26214 26215 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26213 def zones @zones end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26220 26221 26222 26223 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26220 def update!(**args) @facility = args[:facility] if args.key?(:facility) @zones = args[:zones] if args.key?(:zones) end |