Class: Google::Apis::ComputeAlpha::WireGroupTopology
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::WireGroupTopology
- 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
Topology details for the wire group.
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Google::Apis::ComputeAlpha::WireGroupTopologyEndpoint>
Topology details for all endpoints in the wire group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WireGroupTopology
constructor
A new instance of WireGroupTopology.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WireGroupTopology
Returns a new instance of WireGroupTopology.
62181 62182 62183 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoints ⇒ Array<Google::Apis::ComputeAlpha::WireGroupTopologyEndpoint>
Topology details for all endpoints in the wire group.
Corresponds to the JSON property endpoints
62179 62180 62181 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62179 def endpoints @endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
62186 62187 62188 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62186 def update!(**args) @endpoints = args[:endpoints] if args.key?(:endpoints) end |