ClusterNodeGroupArgs

fun ClusterNodeGroupArgs(additionalSecurityGroupIds: Output<List<String>>? = null, costOptimizedConfig: Output<ClusterNodeGroupCostOptimizedConfigArgs>? = null, dataDisks: Output<List<ClusterNodeGroupDataDiskArgs>>, gracefulShutdown: Output<Boolean>? = null, instanceTypes: Output<List<String>>, nodeCount: Output<Int>, nodeGroupName: Output<String>, nodeGroupType: Output<String>, paymentType: Output<String>? = null, spotBidPrices: Output<List<ClusterNodeGroupSpotBidPriceArgs>>? = null, spotInstanceRemedy: Output<Boolean>? = null, subscriptionConfig: Output<ClusterNodeGroupSubscriptionConfigArgs>? = null, systemDisk: Output<ClusterNodeGroupSystemDiskArgs>, vswitchIds: Output<List<String>>? = null, withPublicIp: Output<Boolean>? = null)