Class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegion
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegion
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
[Output Only] The regions Attachments in this group are in.
Instance Attribute Summary collapse
-
#metros ⇒ Array<Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetro>
Corresponds to the JSON property
metros. -
#region ⇒ String
Output only.
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.
31399 31400 31401 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31399 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metros ⇒ Array<Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetro>
Corresponds to the JSON property metros
31392 31393 31394 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31392 def metros @metros end |
#region ⇒ String
Output only. [Output Only] The name of a region, like "us-central1".
Corresponds to the JSON property region
31397 31398 31399 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31397 def region @region end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31404 31405 31406 31407 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31404 def update!(**args) @metros = args[:metros] if args.key?(:metros) @region = args[:region] if args.key?(:region) end |