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

BareMetalBgpPeerConfig

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

BareMetalBgpPeerConfig represents configuration parameters for a Border Gateway Protocol (BGP) peer.

interface BareMetalBgpPeerConfig {
asn?: bigint;
controlPlaneNodes?: string[];
ipAddress?: string;
}

§Properties

§
asn?: bigint
[src]

Required. BGP autonomous system number (ASN) for the network that contains the external peer device.

§
controlPlaneNodes?: string[]
[src]

The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.

§
ipAddress?: string
[src]

Required. The IP address of the external peer device.