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

VpnGatewayStatusHighAvailabilityRequirementState

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

Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.

interface VpnGatewayStatusHighAvailabilityRequirementState {
state?: "CONNECTION_REDUNDANCY_MET" | "CONNECTION_REDUNDANCY_NOT_MET";
unsatisfiedReason?: "INCOMPLETE_TUNNELS_COVERAGE";
}

§Properties

§
state?: "CONNECTION_REDUNDANCY_MET" | "CONNECTION_REDUNDANCY_NOT_MET"
[src]

Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.

§
unsatisfiedReason?: "INCOMPLETE_TUNNELS_COVERAGE"
[src]

Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.