Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
- 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 facilities used for this group's Attachments' Interconnects.
Instance Attribute Summary collapse
-
#facility ⇒ String
Output only.
-
#zones ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Corresponds to the JSON property
zones.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
constructor
A new instance of InterconnectAttachmentGroupLogicalStructureRegionMetroFacility.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
Returns a new instance of InterconnectAttachmentGroupLogicalStructureRegionMetroFacility.
34939 34940 34941 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34939 def initialize(**args) update!(**args) end |
Instance Attribute Details
#facility ⇒ String
Output only. [Output Only] The name of a facility, like "iad-1234".
Corresponds to the JSON property facility
34932 34933 34934 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34932 def facility @facility end |
#zones ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Corresponds to the JSON property zones
34937 34938 34939 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34937 def zones @zones end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34944 34945 34946 34947 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34944 def update!(**args) @facility = args[:facility] if args.key?(:facility) @zones = args[:zones] if args.key?(:zones) end |