Connection constructor

Connection({
  1. String? awsDevice,
  2. String? awsDeviceV2,
  3. String? bandwidth,
  4. String? connectionId,
  5. String? connectionName,
  6. ConnectionState? connectionState,
  7. HasLogicalRedundancy? hasLogicalRedundancy,
  8. bool? jumboFrameCapable,
  9. String? lagId,
  10. DateTime? loaIssueTime,
  11. String? location,
  12. String? ownerAccount,
  13. String? partnerName,
  14. String? providerName,
  15. String? region,
  16. List<Tag>? tags,
  17. int? vlan,
})

Implementation

Connection({
  this.awsDevice,
  this.awsDeviceV2,
  this.bandwidth,
  this.connectionId,
  this.connectionName,
  this.connectionState,
  this.hasLogicalRedundancy,
  this.jumboFrameCapable,
  this.lagId,
  this.loaIssueTime,
  this.location,
  this.ownerAccount,
  this.partnerName,
  this.providerName,
  this.region,
  this.tags,
  this.vlan,
});