Nodegroup constructor

Nodegroup({
  1. AMITypes? amiType,
  2. CapacityTypes? capacityType,
  3. String? clusterName,
  4. DateTime? createdAt,
  5. int? diskSize,
  6. NodegroupHealth? health,
  7. List<String>? instanceTypes,
  8. Map<String, String>? labels,
  9. LaunchTemplateSpecification? launchTemplate,
  10. DateTime? modifiedAt,
  11. String? nodeRole,
  12. String? nodegroupArn,
  13. String? nodegroupName,
  14. String? releaseVersion,
  15. RemoteAccessConfig? remoteAccess,
  16. NodegroupResources? resources,
  17. NodegroupScalingConfig? scalingConfig,
  18. NodegroupStatus? status,
  19. List<String>? subnets,
  20. Map<String, String>? tags,
  21. String? version,
})

Implementation

Nodegroup({
  this.amiType,
  this.capacityType,
  this.clusterName,
  this.createdAt,
  this.diskSize,
  this.health,
  this.instanceTypes,
  this.labels,
  this.launchTemplate,
  this.modifiedAt,
  this.nodeRole,
  this.nodegroupArn,
  this.nodegroupName,
  this.releaseVersion,
  this.remoteAccess,
  this.resources,
  this.scalingConfig,
  this.status,
  this.subnets,
  this.tags,
  this.version,
});