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

BackendServiceGroupHealth

import type { BackendServiceGroupHealth } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface BackendServiceGroupHealth {
annotations?: {
[key: string]: string;
}
;
healthStatus?: HealthStatus[];
kind?: string;
}

§Properties

§
annotations?: {
[key: string]: string;
}
[src]

Metadata defined as annotations on the network endpoint group.

§
healthStatus?: HealthStatus[]
[src]

Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.

§
kind?: string
[src]

[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.