InterconnectAttachmentPartnerMetadataResponse

data class InterconnectAttachmentPartnerMetadataResponse(val interconnectName: String, val partnerName: String, val portalUrl: String)

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

Constructors

fun InterconnectAttachmentPartnerMetadataResponse(interconnectName: String, partnerName: String, portalUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.