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

TargetPoolInstanceHealth

import type { TargetPoolInstanceHealth } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface TargetPoolInstanceHealth {
healthStatus?: HealthStatus[];
kind?: string;
}

§Properties

§
healthStatus?: HealthStatus[]
[src]
§
kind?: string
[src]

[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.