Class: Google::Apis::ComputeV1::WireGroupEndpoint

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

A logical endpoint for the wire group. An endpoint represents a metro that contains redundant Interconnect connections. A wire group is created between two endpoints.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WireGroupEndpoint

Returns a new instance of WireGroupEndpoint.



62432
62433
62434
# File 'lib/google/apis/compute_v1/classes.rb', line 62432

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

Instance Attribute Details

#interconnectsHash<String,Google::Apis::ComputeV1::WireGroupEndpointInterconnect>

A map that contains the redundant Interconnect connections. Specify key-value pairs for the map as follows:

  • Key: an RFC1035 user-specified label.
  • Value: an Interconnect object. Corresponds to the JSON property interconnects


62430
62431
62432
# File 'lib/google/apis/compute_v1/classes.rb', line 62430

def interconnects
  @interconnects
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



62437
62438
62439
# File 'lib/google/apis/compute_v1/classes.rb', line 62437

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