public enum AllocationResourceStatusHealthInfo.HealthStatus extends Enum<AllocationResourceStatusHealthInfo.HealthStatus> implements ProtocolMessageEnum
The health status of the reservation.
Protobuf enum google.cloud.compute.v1.AllocationResourceStatusHealthInfo.HealthStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEGRADED |
The reservation is degraded. |
DEGRADED_VALUE |
The reservation is degraded. |
HEALTHY |
The reservation is healthy. |
HEALTHY_VALUE |
The reservation is healthy. |
HEALTH_STATUS_UNSPECIFIED |
The health status of the reservation is unspecified. |
HEALTH_STATUS_UNSPECIFIED_VALUE |
The health status of the reservation is unspecified. |
UNDEFINED_HEALTH_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_HEALTH_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() |