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;
sources?: HealthSourcesGetHealthResponseSourceInfo[];
}