Class: Google::Apis::ComputeAlpha::WireGroupTopology

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

Topology details for the wire group.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WireGroupTopology

Returns a new instance of WireGroupTopology.



72790
72791
72792
# File 'lib/google/apis/compute_alpha/classes.rb', line 72790

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

Instance Attribute Details

#endpointsArray<Google::Apis::ComputeAlpha::WireGroupTopologyEndpoint>

Topology details for all endpoints in the wire group. Corresponds to the JSON property endpoints



72788
72789
72790
# File 'lib/google/apis/compute_alpha/classes.rb', line 72788

def endpoints
  @endpoints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



72795
72796
72797
# File 'lib/google/apis/compute_alpha/classes.rb', line 72795

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