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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LINK_OPERATIONAL_STATUS_DOWN |
The interface is unable to communicate with the remote end. |
LINK_OPERATIONAL_STATUS_DOWN_VALUE |
The interface is unable to communicate with the remote end. |
LINK_OPERATIONAL_STATUS_UP |
The interface has low level communication with the remote end. |
LINK_OPERATIONAL_STATUS_UP_VALUE |
The interface has low level communication with the remote end. |
UNDEFINED_OPERATIONAL_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_OPERATIONAL_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |