Enum NetworkEndpointGroupsListEndpointsRequest.HealthStatus (1.20.0)

public enum NetworkEndpointGroupsListEndpointsRequest.HealthStatus extends Enum<NetworkEndpointGroupsListEndpointsRequest.HealthStatus> implements ProtocolMessageEnum

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.

Protobuf enum google.cloud.compute.v1.NetworkEndpointGroupsListEndpointsRequest.HealthStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SHOW

Show the health status for each network endpoint. Impacts latency of the call.

SHOW = 2544381;

SHOW_VALUE

Show the health status for each network endpoint. Impacts latency of the call.

SHOW = 2544381;

SKIP

Health status for network endpoints will not be provided.

SKIP = 2547071;

SKIP_VALUE

Health status for network endpoints will not be provided.

SKIP = 2547071;

UNDEFINED_HEALTH_STATUS

A value indicating that the enum field is not set.

UNDEFINED_HEALTH_STATUS = 0;

UNDEFINED_HEALTH_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_HEALTH_STATUS = 0;

UNRECOGNIZED

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