Compute Engine v1 API - Class WireEndpoint (3.22.0)

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

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

Wire endpoints are specific Interconnect connections.

Inheritance

object > WireEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

WireEndpoint()

public WireEndpoint()

WireEndpoint(WireEndpoint)

public WireEndpoint(WireEndpoint other)
Parameter
Name Description
other WireEndpoint

Properties

HasInterconnect

public bool HasInterconnect { get; }

Gets whether the "interconnect" field is set

Property Value
Type Description
bool

HasVlanTag

public bool HasVlanTag { get; }

Gets whether the "vlan_tag" field is set

Property Value
Type Description
bool

Interconnect

public string Interconnect { get; set; }
Property Value
Type Description
string

VlanTag

public int VlanTag { get; set; }
Property Value
Type Description
int