Class: Google::Apis::ComputeV1::WireGroupTopology

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.



69683
69684
69685
# File 'lib/google/apis/compute_v1/classes.rb', line 69683

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

Instance Attribute Details

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

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



69681
69682
69683
# File 'lib/google/apis/compute_v1/classes.rb', line 69681

def endpoints
  @endpoints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



69688
69689
69690
# File 'lib/google/apis/compute_v1/classes.rb', line 69688

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