data class NodePoolScalingConfig(val eipBandwidth: Int? = null, val eipInternetChargeType: String? = null, val isBondEip: Boolean? = null, val maxSize: Int, val minSize: Int, val type: String? = null)
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.