- JSON representation
- NetworkEndpointWithHealthStatus
- HealthStatusForNetworkEndpoint
- ForwardingRuleReference
- BackendServiceReference
- HealthCheckServiceReference
- HealthState
JSON representation |
---|
{ "kind": string, "id": string, "items": [ { object ( |
Fields | |
---|---|
kind |
[Output Only] The resource type, which is always
for the list of network endpoints in the specified network endpoint group. |
id |
[Output Only] Unique identifier for the resource; defined by the server. |
items[] |
A list of NetworkEndpointWithHealthStatus resources. |
next |
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than
, use the
as a value for the query parameter
in the next list request. Subsequent list requests will have their own
to continue paging through the results. |
warning |
[Output Only] Informational warning message. |
warning. |
[Output Only] A warning code, if applicable. For example, Compute Engine returns
if there are no results in the response. |
warning. |
[Output Only] A human-readable description of the warning code. |
warning. |
[Output Only] Metadata about this warning in
format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } |
warning. |
[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be
and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). |
warning. |
[Output Only] A warning data value corresponding to the key. |
NetworkEndpointWithHealthStatus
JSON representation |
---|
{ "networkEndpoint": { object ( |
Fields | |
---|---|
network |
[Output only] The network endpoint; |
healths[] |
[Output only] The health status of network endpoint; |
HealthStatusForNetworkEndpoint
JSON representation |
---|
{ "forwardingRule": { object ( |
Fields | |
---|---|
forwarding |
URL of the forwarding rule associated with the health state of the network endpoint. |
backend |
URL of the backend service associated with the health state of the network endpoint. |
health |
URL of the health check associated with the health state of the network endpoint. |
health |
URL of the health check service associated with the health state of the network endpoint. |
health |
Health state of the network endpoint determined based on the health checks configured. |
ipv6 |
Health state of the ipv6 network endpoint determined based on the health checks configured. |
ForwardingRuleReference
JSON representation |
---|
{ "forwardingRule": string } |
Fields | |
---|---|
forwarding |
|
BackendServiceReference
JSON representation |
---|
{ "backendService": string } |
Fields | |
---|---|
backend |
|
HealthCheckServiceReference
A full or valid partial URL to a health check service. For example, the following are valid URLs:
-
projects/project-id/regions/us-west1/healthCheckServices/health-check-service
-
regions/us-west1/healthCheckServices/health-check-service
JSON representation |
---|
{ "healthCheckService": string } |
Fields | |
---|---|
health |
|
HealthState
Enums | |
---|---|
UNKNOWN |
Health status of the endpoint is unknown. |
HEALTHY |
Endpoint is healthy. |
UNHEALTHY |
Endpoint is unhealthy. |
DRAINING |
Endpoint is being drained. |