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