HealthCheck
import type { HealthCheck } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
HealthCheck contains the detailed health check of a component based on asource.
interface HealthCheck {
readonly message?: string;
readonly metric?: string;
readonly resource?: CloudResource;
readonly source?: string;
readonly state?:
} | "STATE_UNSPECIFIED"
| "PASSED"
| "FAILED"
| "DEGRADED"
| "SKIPPED"
| "UNSUPPORTED";
§Properties
§
readonly resource?: CloudResource
[src]Output only. The resource the check performs on.