InterconnectAttachmentInfo constructor

InterconnectAttachmentInfo({
  1. String? cloudRouterUri,
  2. String? displayName,
  3. String? interconnectUri,
  4. String? l2AttachmentMatchedIpAddress,
  5. String? region,
  6. String? type,
  7. String? uri,
})

Implementation

InterconnectAttachmentInfo({
  this.cloudRouterUri,
  this.displayName,
  this.interconnectUri,
  this.l2AttachmentMatchedIpAddress,
  this.region,
  this.type,
  this.uri,
});