Class: Google::Apis::ComputeBeta::WireGroupTopology
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::WireGroupTopology
- 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 the wire group.
Instance Attribute Summary collapse
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.
70715 70716 70717 |
# File 'lib/google/apis/compute_beta/classes.rb', line 70715 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoints ⇒ Array<Google::Apis::ComputeBeta::WireGroupTopologyEndpoint>
Output only. Topology details for all endpoints in the wire group.
Corresponds to the JSON property endpoints
70713 70714 70715 |
# File 'lib/google/apis/compute_beta/classes.rb', line 70713 def endpoints @endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
70720 70721 70722 |
# File 'lib/google/apis/compute_beta/classes.rb', line 70720 def update!(**args) @endpoints = args[:endpoints] if args.key?(:endpoints) end |