Class: Google::Apis::ComputeBeta::WireGroupTopologyEndpoint
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::WireGroupTopologyEndpoint
- 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
Topology details for a single wire group endpoint.
Instance Attribute Summary collapse
-
#city ⇒ String
Output only.
-
#label ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WireGroupTopologyEndpoint
constructor
A new instance of WireGroupTopologyEndpoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WireGroupTopologyEndpoint
Returns a new instance of WireGroupTopologyEndpoint.
76473 76474 76475 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76473 def initialize(**args) update!(**args) end |
Instance Attribute Details
#city ⇒ String
Output only. The InterconnectLocation.city (metropolitan area designator) that
all
interconnects are located in.
Corresponds to the JSON property city
76466 76467 76468 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76466 def city @city end |
#label ⇒ String
Output only. Endpoint label from the wire group.
Corresponds to the JSON property label
76471 76472 76473 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76471 def label @label end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
76478 76479 76480 76481 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76478 def update!(**args) @city = args[:city] if args.key?(:city) @label = args[:label] if args.key?(:label) end |