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 {
expectedRttMs?: bigint;
locationPresence?:
| "GLOBAL"
| "LOCAL_REGION"
| "LP_GLOBAL"
| "LP_LOCAL_REGION";
region?: string;
}

§Properties

§
expectedRttMs?: bigint
[src]

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

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

Identifies the network presence of this location.

§
region?: string
[src]

URL for the region of this location.