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

LoadBalancerBackend

import type { LoadBalancerBackend } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

For display only. Metadata associated with a specific load balancer backend.

interface LoadBalancerBackend {
displayName?: string;
healthCheckAllowingFirewallRules?: string[];
healthCheckBlockingFirewallRules?: string[];
healthCheckFirewallState?: "HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED" | "CONFIGURED" | "MISCONFIGURED";
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a Compute Engine instance or network endpoint.

§
healthCheckAllowingFirewallRules?: string[]
[src]

A list of firewall rule URIs allowing probes from health check IP ranges.

§
healthCheckBlockingFirewallRules?: string[]
[src]

A list of firewall rule URIs blocking probes from health check IP ranges.

§
healthCheckFirewallState?: "HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED" | "CONFIGURED" | "MISCONFIGURED"
[src]

State of the health check firewall configuration.

§
uri?: string
[src]

URI of a Compute Engine instance or network endpoint.