Show / Hide Table of Contents

Class InterconnectDiagnosticsLinkLACPStatus

Inheritance
System.Object
InterconnectDiagnosticsLinkLACPStatus
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectDiagnosticsLinkLACPStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top