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

ManagedInstanceInstanceHealth

import type { ManagedInstanceInstanceHealth } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ManagedInstanceInstanceHealth {
detailedHealthState?:
| "DRAINING"
| "HEALTHY"
| "TIMEOUT"
| "UNHEALTHY"
| "UNKNOWN";
healthCheck?: string;
}

§Properties

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

[Output Only] The current detailed instance health state.

§
healthCheck?: string
[src]

[Output Only] The URL for the health check that verifies whether the instance is healthy.