Compute Engine v1 API - Class WireGroupTopologyEndpoint (3.22.0)

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

Reference documentation and code samples for the Compute Engine v1 API class WireGroupTopologyEndpoint.

Topology details for a single wire group endpoint.

Inheritance

object > WireGroupTopologyEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

WireGroupTopologyEndpoint()

public WireGroupTopologyEndpoint()

WireGroupTopologyEndpoint(WireGroupTopologyEndpoint)

public WireGroupTopologyEndpoint(WireGroupTopologyEndpoint other)
Parameter
Name Description
other WireGroupTopologyEndpoint

Properties

City

public string City { get; set; }

Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.

Property Value
Type Description
string

HasCity

public bool HasCity { get; }

Gets whether the "city" field is set

Property Value
Type Description
bool

HasLabel

public bool HasLabel { get; }

Gets whether the "label" field is set

Property Value
Type Description
bool

Label

public string Label { get; set; }

Output only. Endpoint label from the wire group.

Property Value
Type Description
string