Class: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetrosFacilities

Inherits:
Object
  • Object
show all
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 Interconnects in this metro are present in.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectGroupPhysicalStructureMetrosFacilities

Returns a new instance of InterconnectGroupPhysicalStructureMetrosFacilities.



25664
25665
25666
# File 'lib/google/apis/compute_alpha/classes.rb', line 25664

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#facilityString

[Output Only] The ID of this facility, as a numeric string like "5467". This is the third component of the location of Interconnects in this facility. Corresponds to the JSON property facility

Returns:

  • (String)


25657
25658
25659
# File 'lib/google/apis/compute_alpha/classes.rb', line 25657

def facility
  @facility
end

#zonesArray<Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetrosFacilitiesZones>

Corresponds to the JSON property zones



25662
25663
25664
# File 'lib/google/apis/compute_alpha/classes.rb', line 25662

def zones
  @zones
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25669
25670
25671
25672
# File 'lib/google/apis/compute_alpha/classes.rb', line 25669

def update!(**args)
  @facility = args[:facility] if args.key?(:facility)
  @zones = args[:zones] if args.key?(:zones)
end