ReservationSubBlockHealthInfo
import type { ReservationSubBlockHealthInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Health information for the reservation subBlock.
interface ReservationSubBlockHealthInfo {
degradedHostCount?: number;
degradedInfraCount?: number;
healthStatus?: "DEGRADED" | "HEALTHY" | "HEALTH_STATUS_UNSPECIFIED";
healthyHostCount?: number;
healthyInfraCount?: number;
}