type property

String? type
getter/setter pair

The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect.

  • PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner. Possible string values are:
  • "DEDICATED" : Attachment to a dedicated interconnect.
  • "PARTNER" : Attachment to a partner interconnect, created by the customer.
  • "PARTNER_PROVIDER" : Attachment to a partner interconnect, created by the partner.

Implementation

core.String? type;