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
§
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.