Reference documentation and code samples for the Compute V1 Client class HealthStatus.
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 type google.cloud.compute.v1.NetworkEndpointGroupsListEndpointsRequest.HealthStatus
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkEndpointGroupsListEndpointsRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_HEALTH_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_HEALTH_STATUS = 0;
SHOW
Value: 2544381
Show the health status for each network endpoint. Impacts latency of the call.
Generated from protobuf enum SHOW = 2544381;
SKIP
Value: 2547071
Health status for network endpoints will not be provided.
Generated from protobuf enum SKIP = 2547071;