Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::WireGroupEndpoint (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::WireGroupEndpoint.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#interconnects

def interconnects() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::WireGroupEndpointInterconnect}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::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.

#interconnects=

def interconnects=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::WireGroupEndpointInterconnect}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::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.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::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.