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.
24599 24600 24601 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24599 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metros ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro>
Corresponds to the JSON property metros
24592 24593 24594 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24592 def metros @metros end |
#region ⇒ String
[Output Only] The name of a region, like "us-central1".
Corresponds to the JSON property region
24597 24598 24599 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24597 def region @region end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24604 24605 24606 24607 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24604 def update!(**args) @metros = args[:metros] if args.key?(:metros) @region = args[:region] if args.key?(:region) end |