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

InterconnectAttachmentInfo

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

For display only. Metadata associated with an Interconnect attachment.

interface InterconnectAttachmentInfo {
cloudRouterUri?: string;
displayName?: string;
interconnectUri?: string;
l2AttachmentMatchedIpAddress?: string;
region?: string;
type?:
| "TYPE_UNSPECIFIED"
| "DEDICATED"
| "PARTNER"
| "PARTNER_PROVIDER"
| "L2_DEDICATED";
uri?: string;
}

§Properties

§
cloudRouterUri?: string
[src]

URI of the Cloud Router to be used for dynamic routing.

§
displayName?: string
[src]

Name of an Interconnect attachment.

§
interconnectUri?: string
[src]

URI of the Interconnect where the Interconnect attachment is configured.

§
l2AttachmentMatchedIpAddress?: string
[src]

Appliance IP address that was matched for L2_DEDICATED attachments.

§
region?: string
[src]

Name of a Google Cloud region where the Interconnect attachment is configured.

§
type?: "TYPE_UNSPECIFIED" | "DEDICATED" | "PARTNER" | "PARTNER_PROVIDER" | "L2_DEDICATED"
[src]

The type of interconnect attachment this is.

§
uri?: string
[src]

URI of an Interconnect attachment.