Enum InterconnectDiagnosticsLinkLACPStatus.State (1.51.0)

public enum InterconnectDiagnosticsLinkLACPStatus.State extends Enum<InterconnectDiagnosticsLinkLACPStatus.State> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The link is configured and active within the bundle.

ACTIVE = 314733318;

ACTIVE_VALUE

The link is configured and active within the bundle.

ACTIVE = 314733318;

DETACHED

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

DETACHED = 216562546;

DETACHED_VALUE

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

DETACHED = 216562546;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()