public sealed class InterconnectDiagnosticsLinkLACPStatus : IMessage<InterconnectDiagnosticsLinkLACPStatus>, IEquatable<InterconnectDiagnosticsLinkLACPStatus>, IDeepCloneable<InterconnectDiagnosticsLinkLACPStatus>, IBufferMessage, IMessage
Implements
IMessage<InterconnectDiagnosticsLinkLACPStatus>, IEquatable<InterconnectDiagnosticsLinkLACPStatus>, IDeepCloneable<InterconnectDiagnosticsLinkLACPStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectDiagnosticsLinkLACPStatus()
public InterconnectDiagnosticsLinkLACPStatus()
InterconnectDiagnosticsLinkLACPStatus(InterconnectDiagnosticsLinkLACPStatus)
public InterconnectDiagnosticsLinkLACPStatus(InterconnectDiagnosticsLinkLACPStatus other)
Parameter | |
---|---|
Name | Description |
other | InterconnectDiagnosticsLinkLACPStatus |
Properties
GoogleSystemId
public string GoogleSystemId { get; set; }
System ID of the port on Google's side of the LACP exchange.
Property Value | |
---|---|
Type | Description |
String |
HasGoogleSystemId
public bool HasGoogleSystemId { get; }
Gets whether the "google_system_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasNeighborSystemId
public bool HasNeighborSystemId { get; }
Gets whether the "neighbor_system_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasState
public bool HasState { get; }
Gets whether the "state" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
NeighborSystemId
public string NeighborSystemId { get; set; }
System ID of the port on the neighbor's side of the LACP exchange.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |