ReservationBlockHealthInfo
import type { ReservationBlockHealthInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Health information for the reservation block.
interface ReservationBlockHealthInfo {
degradedSubBlockCount?: number;
healthStatus?: "DEGRADED" | "HEALTHY" | "HEALTH_STATUS_UNSPECIFIED";
healthySubBlockCount?: number;
}