NetworkEndpointWithHealthStatus
import type { NetworkEndpointWithHealthStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NetworkEndpointWithHealthStatus {
healths?: HealthStatusForNetworkEndpoint[];
networkEndpoint?: NetworkEndpoint;
}§Properties
§
healths?: HealthStatusForNetworkEndpoint[]
[src][Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
§
networkEndpoint?: NetworkEndpoint
[src][Output only] The network endpoint.