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 {
consensusState?: NetworkPeeringConnectionStatusConsensusState;
trafficConfiguration?: NetworkPeeringConnectionStatusTrafficConfiguration;
updateStrategy?: "CONSENSUS" | "INDEPENDENT" | "UNSPECIFIED";
}§Properties
§
consensusState?: NetworkPeeringConnectionStatusConsensusState
[src]The consensus state contains information about the status of update and delete for a consensus peering connection.
§
trafficConfiguration?: NetworkPeeringConnectionStatusTrafficConfiguration
[src]The active connectivity settings for the peering connection based on the settings of the network peerings.