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

WorkloadProfileHealth

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

WorkloadProfileHealth contains the detailed health check of workload.

interface WorkloadProfileHealth {
checkTime?: Date;
componentHealthes?: ComponentHealth[];
componentsHealth?: ComponentHealth[];
readonly state?:
| "HEALTH_STATE_UNSPECIFIED"
| "HEALTHY"
| "UNHEALTHY"
| "CRITICAL"
| "UNSUPPORTED";
}

§Properties

§
checkTime?: Date
[src]

The time when the health check was performed.

§
componentHealthes?: ComponentHealth[]
[src]
§
componentsHealth?: ComponentHealth[]
[src]

The detailed condition reports of each component.

§
readonly state?: "HEALTH_STATE_UNSPECIFIED" | "HEALTHY" | "UNHEALTHY" | "CRITICAL" | "UNSUPPORTED"
[src]

Output only. The health state of the workload.