Nodegroup constructor
Nodegroup({
- AMITypes? amiType,
- CapacityTypes? capacityType,
- String? clusterName,
- DateTime? createdAt,
- int? diskSize,
- NodegroupHealth? health,
- List<
String> ? instanceTypes, - Map<
String, String> ? labels, - LaunchTemplateSpecification? launchTemplate,
- DateTime? modifiedAt,
- String? nodeRole,
- String? nodegroupArn,
- String? nodegroupName,
- String? releaseVersion,
- RemoteAccessConfig? remoteAccess,
- NodegroupResources? resources,
- NodegroupScalingConfig? scalingConfig,
- NodegroupStatus? status,
- List<
String> ? subnets, - Map<
String, String> ? tags, - 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,
});