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