Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
[Output Only] The metros of Attachments in this group in this region.
Instance Attribute Summary collapse
-
#facilities ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility>
Corresponds to the JSON property
facilities
. -
#metro ⇒ String
[Output Only] The name of the metro, as a three-letter lowercase string like " iad".
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegionMetro
constructor
A new instance of InterconnectAttachmentGroupLogicalStructureRegionMetro.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegionMetro
Returns a new instance of InterconnectAttachmentGroupLogicalStructureRegionMetro.
25160 25161 25162 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25160 def initialize(**args) update!(**args) end |
Instance Attribute Details
#facilities ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility>
Corresponds to the JSON property facilities
25152 25153 25154 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25152 def facilities @facilities end |
#metro ⇒ String
[Output Only] The name of the metro, as a three-letter lowercase string like "
iad". This is the first component of the location of an Interconnect.
Corresponds to the JSON property metro
25158 25159 25160 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25158 def metro @metro end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25165 25166 25167 25168 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25165 def update!(**args) @facilities = args[:facilities] if args.key?(:facilities) @metro = args[:metro] if args.key?(:metro) end |