Enum GetStatusResponse.OperationalStatus (1.87.0)

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

The operational status of the underlying networking components.

Protobuf enum google.cloud.networkconnectivity.v1beta.GetStatusResponse.OperationalStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
OPERATIONAL_STATUS_ACTIVE

Protected capacity is available and networking components show as up.

OPERATIONAL_STATUS_ACTIVE = 1;

OPERATIONAL_STATUS_ACTIVE_VALUE

Protected capacity is available and networking components show as up.

OPERATIONAL_STATUS_ACTIVE = 1;

OPERATIONAL_STATUS_DOWN

Protected capacity is showing as operationally down.

OPERATIONAL_STATUS_DOWN = 2;

OPERATIONAL_STATUS_DOWN_VALUE

Protected capacity is showing as operationally down.

OPERATIONAL_STATUS_DOWN = 2;

OPERATIONAL_STATUS_UNSPECIFIED

Unspecified status.

OPERATIONAL_STATUS_UNSPECIFIED = 0;

OPERATIONAL_STATUS_UNSPECIFIED_VALUE

Unspecified status.

OPERATIONAL_STATUS_UNSPECIFIED = 0;

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