Show / Hide Table of Contents

Class InterconnectDiagnosticsLinkLACPStatus

Inheritance
object
InterconnectDiagnosticsLinkLACPStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX