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

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

§Properties

§
degradedSubBlockCount?: number
[src]

The number of subBlocks that are degraded.

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

The health status of the reservation block.

§
healthySubBlockCount?: number
[src]

The number of subBlocks that are healthy.