public sealed class WireGroupTopologyEndpoint : IMessage<WireGroupTopologyEndpoint>, IEquatable<WireGroupTopologyEndpoint>, IDeepCloneable<WireGroupTopologyEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class WireGroupTopologyEndpoint.
Topology details for a single wire group endpoint.
Implements
IMessageWireGroupTopologyEndpoint, IEquatableWireGroupTopologyEndpoint, IDeepCloneableWireGroupTopologyEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|