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

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;
}

§Properties

§
degradedBlockCount?: number
[src]

The number of reservation blocks that are degraded.

§
healthStatus?: "DEGRADED" | "HEALTHY" | "HEALTH_STATUS_UNSPECIFIED"
[src]

The health status of the reservation.

§
healthyBlockCount?: number
[src]

The number of reservation blocks that are healthy.