Enum InterconnectDiagnosticsLinkStatus.OperationalStatus (1.17.0)

public enum InterconnectDiagnosticsLinkStatus.OperationalStatus extends Enum<InterconnectDiagnosticsLinkStatus.OperationalStatus> implements ProtocolMessageEnum

The operational status of the link.

Protobuf enum google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus.OperationalStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription

The interface is unable to communicate with the remote end.

LINK_OPERATIONAL_STATUS_DOWN = 281653885;

The interface is unable to communicate with the remote end.

LINK_OPERATIONAL_STATUS_DOWN = 281653885;

The interface has low level communication with the remote end.

LINK_OPERATIONAL_STATUS_UP = 305879862;

The interface has low level communication with the remote end.

LINK_OPERATIONAL_STATUS_UP = 305879862;

UNDEFINED_OPERATIONAL_STATUS

A value indicating that the enum field is not set.

UNDEFINED_OPERATIONAL_STATUS = 0;

UNDEFINED_OPERATIONAL_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_OPERATIONAL_STATUS = 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()