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.