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

NetworkPeeringConnectionStatus

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

[Output Only] Describes the state of a peering connection, not just the local peering. This field provides information about the effective settings for the connection as a whole, including pending delete/update requests for CONSENSUS peerings.

interface NetworkPeeringConnectionStatus {
updateStrategy?: "CONSENSUS" | "INDEPENDENT" | "UNSPECIFIED";
}

§Properties

§

The consensus state contains information about the status of update and delete for a consensus peering connection.

§

The active connectivity settings for the peering connection based on the settings of the network peerings.

§
updateStrategy?: "CONSENSUS" | "INDEPENDENT" | "UNSPECIFIED"
[src]

The update strategy determines the update/delete semantics for this peering connection.