Compute Engine v1 API - Class WireGroupEndpoint (3.22.0)

public sealed class WireGroupEndpoint : IMessage<WireGroupEndpoint>, IEquatable<WireGroupEndpoint>, IDeepCloneable<WireGroupEndpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class 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.

Inheritance

object > WireGroupEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

WireGroupEndpoint()

public WireGroupEndpoint()

WireGroupEndpoint(WireGroupEndpoint)

public WireGroupEndpoint(WireGroupEndpoint other)
Parameter
Name Description
other WireGroupEndpoint

Properties

Interconnects

public MapField<string, WireGroupEndpointInterconnect> Interconnects { get; }

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.
Property Value
Type Description
MapFieldstringWireGroupEndpointInterconnect