Class: Google::Apis::ComputeBeta::WireGroupEndpoint
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::WireGroupEndpoint
- 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
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
-
#interconnects ⇒ Hash<String,Google::Apis::ComputeBeta::WireGroupEndpointInterconnect>
A map that contains the redundant Interconnect connections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WireGroupEndpoint
constructor
A new instance of WireGroupEndpoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WireGroupEndpoint
Returns a new instance of WireGroupEndpoint.
70470 70471 70472 |
# File 'lib/google/apis/compute_beta/classes.rb', line 70470 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnects ⇒ Hash<String,Google::Apis::ComputeBeta::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
70468 70469 70470 |
# File 'lib/google/apis/compute_beta/classes.rb', line 70468 def interconnects @interconnects end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
70475 70476 70477 |
# File 'lib/google/apis/compute_beta/classes.rb', line 70475 def update!(**args) @interconnects = args[:interconnects] if args.key?(:interconnects) end |