public sealed class WireGroupEndpoint : IMessage<WireGroupEndpoint>, IEquatable<WireGroupEndpoint>, IDeepCloneable<WireGroupEndpoint>, IBufferMessage, IMessageReference 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.
Implements
IMessageWireGroupEndpoint, IEquatableWireGroupEndpoint, IDeepCloneableWireGroupEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|