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
§
componentHealthes?: ComponentHealth[]
[src]§
componentsHealth?: ComponentHealth[]
[src]The detailed condition reports of each component.