public enum GetStatusResponse.OperationalStatus extends Enum<GetStatusResponse.OperationalStatus> implements ProtocolMessageEnumThe operational status of the underlying networking components.
Protobuf enum
google.cloud.networkconnectivity.v1beta.GetStatusResponse.OperationalStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
OPERATIONAL_STATUS_ACTIVE |
Protected capacity is available and networking components show as up. |
OPERATIONAL_STATUS_ACTIVE_VALUE |
Protected capacity is available and networking components show as up. |
OPERATIONAL_STATUS_DOWN |
Protected capacity is showing as operationally down. |
OPERATIONAL_STATUS_DOWN_VALUE |
Protected capacity is showing as operationally down. |
OPERATIONAL_STATUS_UNSPECIFIED |
Unspecified status. |
OPERATIONAL_STATUS_UNSPECIFIED_VALUE |
Unspecified status. |
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() |
|