data class NodePoolScalingConfigArgs(val eipBandwidth: Output<Int>? = null, val eipInternetChargeType: Output<String>? = null, val isBondEip: Output<Boolean>? = null, val maxSize: Output<Int>, val minSize: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<NodePoolScalingConfigArgs>
EIP billing type. PayByBandwidth: Charged at fixed bandwidth. PayByTraffic: Billed as used traffic. Default: PayByBandwidth. Conflict with internet_charge_type, EIP and public network IP can only choose one.
Instance classification, not required. Vaild value: cpu, gpu, gpushare and spot. Default: cpu. The actual instance type is determined by instance_types.