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

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

§Properties

§
degradedHostCount?: number
[src]

The number of degraded hosts in the reservation subBlock.

§
degradedInfraCount?: number
[src]

The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.

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

The health status of the reservation subBlock.

§
healthyHostCount?: number
[src]

The number of healthy hosts in the reservation subBlock.

§
healthyInfraCount?: number
[src]

The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.