Enum HealthStatus (0.7.0)

public enum HealthStatus extends Enum<HealthStatus> implements ProtocolMessageEnum

HealthStatus represents the health status.

Protobuf enum google.cloud.beyondcorp.appconnectors.v1.HealthStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEGRADED

Some sub-resources are UNHEALTHY.

DEGRADED = 4;

DEGRADED_VALUE

Some sub-resources are UNHEALTHY.

DEGRADED = 4;

HEALTHY

The resource is healthy.

HEALTHY = 1;

HEALTHY_VALUE

The resource is healthy.

HEALTHY = 1;

HEALTH_STATUS_UNSPECIFIED

Health status is unknown: not initialized or failed to retrieve.

HEALTH_STATUS_UNSPECIFIED = 0;

HEALTH_STATUS_UNSPECIFIED_VALUE

Health status is unknown: not initialized or failed to retrieve.

HEALTH_STATUS_UNSPECIFIED = 0;

UNHEALTHY

The resource is unhealthy.

UNHEALTHY = 2;

UNHEALTHY_VALUE

The resource is unhealthy.

UNHEALTHY = 2;

UNRECOGNIZED
UNRESPONSIVE

The resource is unresponsive.

UNRESPONSIVE = 3;

UNRESPONSIVE_VALUE

The resource is unresponsive.

UNRESPONSIVE = 3;

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