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

InterconnectAttachmentPartnerMetadata

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

Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.

interface InterconnectAttachmentPartnerMetadata {
interconnectName?: string;
partnerName?: string;
portalUrl?: string;
}

§Properties

§
interconnectName?: string
[src]

Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values.

§
partnerName?: string
[src]

Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.

§
portalUrl?: string
[src]

URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.