Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegion
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegion
- 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 regions Attachments in this group are in.
Instance Attribute Summary collapse
-
#metros ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro>
Corresponds to the JSON property
metros. -
#region ⇒ String
[Output Only] The name of a region, like "us-central1".
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegion
constructor
A new instance of InterconnectAttachmentGroupLogicalStructureRegion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegion
Returns a new instance of InterconnectAttachmentGroupLogicalStructureRegion.
29181 29182 29183 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 29181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metros ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro>
Corresponds to the JSON property metros
29174 29175 29176 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 29174 def metros @metros end |
#region ⇒ String
[Output Only] The name of a region, like "us-central1".
Corresponds to the JSON property region
29179 29180 29181 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 29179 def region @region end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29186 29187 29188 29189 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 29186 def update!(**args) @metros = args[:metros] if args.key?(:metros) @region = args[:region] if args.key?(:region) end |