Compute Engine v1 API - Class InterconnectDiagnosticsLinkLACPStatus (2.13.0)

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

Inheritance

object > InterconnectDiagnosticsLinkLACPStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectDiagnosticsLinkLACPStatus()

public InterconnectDiagnosticsLinkLACPStatus()

InterconnectDiagnosticsLinkLACPStatus(InterconnectDiagnosticsLinkLACPStatus)

public InterconnectDiagnosticsLinkLACPStatus(InterconnectDiagnosticsLinkLACPStatus other)
Parameter
NameDescription
otherInterconnectDiagnosticsLinkLACPStatus

Properties

GoogleSystemId

public string GoogleSystemId { get; set; }

System ID of the port on Google's side of the LACP exchange.

Property Value
TypeDescription
string

HasGoogleSystemId

public bool HasGoogleSystemId { get; }

Gets whether the "google_system_id" field is set

Property Value
TypeDescription
bool

HasNeighborSystemId

public bool HasNeighborSystemId { get; }

Gets whether the "neighbor_system_id" field is set

Property Value
TypeDescription
bool

HasState

public bool HasState { get; }

Gets whether the "state" field is set

Property Value
TypeDescription
bool

NeighborSystemId

public string NeighborSystemId { get; set; }

System ID of the port on the neighbor's side of the LACP exchange.

Property Value
TypeDescription
string

State

public string State { get; set; }

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.

Property Value
TypeDescription
string