Compute Engine v1 API - Enum InterconnectDiagnosticsLinkLACPStatus.Types.State (2.15.0)

public enum InterconnectDiagnosticsLinkLACPStatus.Types.State

Reference documentation and code samples for the Compute Engine v1 API enum InterconnectDiagnosticsLinkLACPStatus.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Active

The link is configured and active within the bundle.

Detached

The link is not configured within the bundle, this means the rest of the object should be empty.

UndefinedState

A value indicating that the enum field is not set.