Class: Google::Apis::ComputeV1::InterconnectGroupPhysicalStructureMetros
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectGroupPhysicalStructureMetros
- 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 metros Interconnects in this group are in.
Instance Attribute Summary collapse
-
#facilities ⇒ Array<Google::Apis::ComputeV1::InterconnectGroupPhysicalStructureMetrosFacilities>
Corresponds to the JSON property
facilities. -
#metro ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectGroupPhysicalStructureMetros
constructor
A new instance of InterconnectGroupPhysicalStructureMetros.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectGroupPhysicalStructureMetros
Returns a new instance of InterconnectGroupPhysicalStructureMetros.
26805 26806 26807 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#facilities ⇒ Array<Google::Apis::ComputeV1::InterconnectGroupPhysicalStructureMetrosFacilities>
Corresponds to the JSON property facilities
26795 26796 26797 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26795 def facilities @facilities end |
#metro ⇒ String
Output only. [Output Only] The name of the metro, as a three-letter lowercase
string
like "iad". This is the first component of the location of
Interconnects underneath this.
Corresponds to the JSON property metro
26803 26804 26805 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26803 def metro @metro end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26810 26811 26812 26813 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26810 def update!(**args) @facilities = args[:facilities] if args.key?(:facilities) @metro = args[:metro] if args.key?(:metro) end |