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

InterconnectCircuitInfo

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

Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.

interface InterconnectCircuitInfo {
customerDemarcId?: string;
googleCircuitId?: string;
googleDemarcId?: string;
}

§Properties

§
customerDemarcId?: string
[src]

Customer-side demarc ID for this circuit.

§
googleCircuitId?: string
[src]

Google-assigned unique ID for this circuit. Assigned at circuit turn-up.

§
googleDemarcId?: string
[src]

Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.