type property

String? type
getter/setter pair

The type of interconnect attachment this is. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified type.
  • "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.
  • "L2_DEDICATED" : Attachment to a L2 interconnect, created by the customer.

Implementation

core.String? type;