Lag constructor

Lag({
  1. bool? allowsHostedConnections,
  2. String? awsDevice,
  3. String? awsDeviceV2,
  4. List<Connection>? connections,
  5. String? connectionsBandwidth,
  6. HasLogicalRedundancy? hasLogicalRedundancy,
  7. bool? jumboFrameCapable,
  8. String? lagId,
  9. String? lagName,
  10. LagState? lagState,
  11. String? location,
  12. int? minimumLinks,
  13. int? numberOfConnections,
  14. String? ownerAccount,
  15. String? providerName,
  16. String? region,
  17. List<Tag>? tags,
})

Implementation

Lag({
  this.allowsHostedConnections,
  this.awsDevice,
  this.awsDeviceV2,
  this.connections,
  this.connectionsBandwidth,
  this.hasLogicalRedundancy,
  this.jumboFrameCapable,
  this.lagId,
  this.lagName,
  this.lagState,
  this.location,
  this.minimumLinks,
  this.numberOfConnections,
  this.ownerAccount,
  this.providerName,
  this.region,
  this.tags,
});