Interconnect constructor

Interconnect({
  1. String? awsDevice,
  2. String? awsDeviceV2,
  3. String? bandwidth,
  4. HasLogicalRedundancy? hasLogicalRedundancy,
  5. String? interconnectId,
  6. String? interconnectName,
  7. InterconnectState? interconnectState,
  8. bool? jumboFrameCapable,
  9. String? lagId,
  10. DateTime? loaIssueTime,
  11. String? location,
  12. String? providerName,
  13. String? region,
  14. List<Tag>? tags,
})

Implementation

Interconnect({
  this.awsDevice,
  this.awsDeviceV2,
  this.bandwidth,
  this.hasLogicalRedundancy,
  this.interconnectId,
  this.interconnectName,
  this.interconnectState,
  this.jumboFrameCapable,
  this.lagId,
  this.loaIssueTime,
  this.location,
  this.providerName,
  this.region,
  this.tags,
});