- 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. |
nextPageToken |
[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.code |
[Output Only] A warning code, if applicable. For example, Compute Engine returns
if there are no results in the response. |
warning.message |
[Output Only] A human-readable description of the warning code. |
warning.data[] |
[Output Only] Metadata about this warning in
format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } |
warning.data[].key |
[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.data[].value |
[Output Only] A warning data value corresponding to the key. |
NetworkEndpointWithHealthStatus
JSON representation |
---|
{ "networkEndpoint": { object ( |
Fields | |
---|---|
networkEndpoint |
[Output only] The network endpoint. |
healths[] |
[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured. |
HealthStatusForNetworkEndpoint
JSON representation |
---|
{ "forwardingRule": { object ( |
Fields | |
---|---|
forwardingRule |
URL of the forwarding rule associated with the health state of the network endpoint. |
backendService |
URL of the backend service associated with the health state of the network endpoint. |
healthCheck |
URL of the health check associated with the health state of the network endpoint. |
healthCheckService |
URL of the health check service associated with the health state of the network endpoint. |
healthState |
Health state of the network endpoint determined based on the health checks configured. |
ipv6HealthState |
Health state of the ipv6 network endpoint determined based on the health checks configured. |
ForwardingRuleReference
JSON representation |
---|
{ "forwardingRule": string } |
Fields | |
---|---|
forwardingRule |
|
BackendServiceReference
JSON representation |
---|
{ "backendService": string } |
Fields | |
---|---|
backendService |
|
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 | |
---|---|
healthCheckService |
|
HealthState
Enums | |
---|---|
UNKNOWN |
Health status of the endpoint is unknown. |
HEALTHY |
Endpoint is healthy. |
UNHEALTHY |
Endpoint is unhealthy. |
DRAINING |
Endpoint is being drained. |