ClusterNodeGroup

constructor(ackConfig: ClusterNodeGroupAckConfig? = null, additionalSecurityGroupIds: List<String>? = null, autoScalingPolicy: ClusterNodeGroupAutoScalingPolicy? = null, costOptimizedConfig: ClusterNodeGroupCostOptimizedConfig? = null, dataDisks: List<ClusterNodeGroupDataDisk>, deploymentSetStrategy: String? = null, gracefulShutdown: Boolean? = null, instanceTypes: List<String>, nodeCount: Int, nodeGroupName: String, nodeGroupType: String, nodeResizeStrategy: String? = null, paymentType: String? = null, spotBidPrices: List<ClusterNodeGroupSpotBidPrice>? = null, spotInstanceRemedy: Boolean? = null, spotStrategy: String? = null, subscriptionConfig: ClusterNodeGroupSubscriptionConfig? = null, systemDisk: ClusterNodeGroupSystemDisk, vswitchIds: List<String>? = null, withPublicIp: Boolean? = null)