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

HealthSourceHealth

import type { HealthSourceHealth } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Response message for RegionHealthSources.GetHealth

interface HealthSourceHealth {
healthState?: "HEALTHY" | "UNHEALTHY" | "UNKNOWN";
readonly kind?: string;
}

§Properties

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

Health state of the HealthSource.

§
readonly kind?: string
[src]

Output only. [Output Only] Type of resource. Alwayscompute#healthSourceHealth for the health of health sources.

§

Health state details of the sources.