View Source GoogleApi.Compute.V1.Model.InterconnectAttachmentPartnerMetadata (google_api_compute v0.56.2)

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

Attributes

  • interconnectName (type: String.t, default: nil) - 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 (type: String.t, default: nil) - Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
  • portalUrl (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectAttachmentPartnerMetadata{
  interconnectName: String.t() | nil,
  partnerName: String.t() | nil,
  portalUrl: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.