Class InterconnectDiagnosticsLinkLACPStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectDiagnosticsLinkLACPStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleSystemId
System ID of the port on Google's side of the LACP exchange.
Declaration
[JsonProperty("googleSystemId")]
public virtual string GoogleSystemId { get; set; }
Property Value
Type | Description |
---|---|
string |
NeighborSystemId
System ID of the port on the neighbor's side of the LACP exchange.
Declaration
[JsonProperty("neighborSystemId")]
public virtual string NeighborSystemId { get; set; }
Property Value
Type | Description |
---|---|
string |
State
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.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |