Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegion
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegion
- 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 regions Attachments in this group are in.
Instance Attribute Summary collapse
-
#metros ⇒ Array<Google::Apis::ComputeV1::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.
28987 28988 28989 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28987 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metros ⇒ Array<Google::Apis::ComputeV1::InterconnectAttachmentGroupLogicalStructureRegionMetro>
Corresponds to the JSON property metros
28980 28981 28982 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28980 def metros @metros end |
#region ⇒ String
Output only. [Output Only] The name of a region, like "us-central1".
Corresponds to the JSON property region
28985 28986 28987 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28985 def region @region end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28992 28993 28994 28995 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28992 def update!(**args) @metros = args[:metros] if args.key?(:metros) @region = args[:region] if args.key?(:region) end |