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

CompositeHealthChecksGetHealthResponseHealthSourceHealth

import type { CompositeHealthChecksGetHealthResponseHealthSourceHealth } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface CompositeHealthChecksGetHealthResponseHealthSourceHealth {
healthState?: "HEALTHY" | "UNHEALTHY" | "UNKNOWN";
source?: string;
}

§Properties

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

Health state of the associated HealthSource resource.

§
source?: string
[src]

Fully qualified URL of the associated HealthSource resource.