Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HealthStatusForNetworkEndpoint

import type { HealthStatusForNetworkEndpoint } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface HealthStatusForNetworkEndpoint {
backendService?: BackendServiceReference;
forwardingRule?: ForwardingRuleReference;
healthCheck?: HealthCheckReference;
healthCheckService?: HealthCheckServiceReference;
healthState?:
| "DRAINING"
| "HEALTHY"
| "UNHEALTHY"
| "UNKNOWN";
}

§Properties

§

URL of the backend service associated with the health state of the network endpoint.

§

URL of the forwarding rule associated with the health state of the network endpoint.

§

URL of the health check associated with the health state of the network endpoint.

§

URL of the health check service associated with the health state of the network endpoint.

§
healthState?: "DRAINING" | "HEALTHY" | "UNHEALTHY" | "UNKNOWN"
[src]

Health state of the network endpoint determined based on the health checks configured.