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

InterconnectLocationRegionInfo

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

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

interface InterconnectLocationRegionInfo {
readonly expectedRttMs?: bigint;
readonly l2ForwardingEnabled?: boolean;
readonly locationPresence?:
| "GLOBAL"
| "LOCAL_REGION"
| "LP_GLOBAL"
| "LP_LOCAL_REGION";
readonly region?: string;
}

§Properties

§
readonly expectedRttMs?: bigint
[src]

Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.

§
readonly l2ForwardingEnabled?: boolean
[src]

Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.

§
readonly locationPresence?: "GLOBAL" | "LOCAL_REGION" | "LP_GLOBAL" | "LP_LOCAL_REGION"
[src]

Output only. Identifies the network presence of this location.

§
readonly region?: string
[src]

Output only. URL for the region of this location.