VMwareNodePoolConfigArgs

constructor(bootDiskSizeGb: Output<Int>? = null, cpus: Output<Int>? = null, enableLoadBalancer: Output<Boolean>? = null, image: Output<String>? = null, imageType: Output<String>, labels: Output<Map<String, String>>? = null, memoryMb: Output<Int>? = null, replicas: Output<Int>? = null, taints: Output<List<VMwareNodePoolConfigTaintArgs>>? = null, vsphereConfig: Output<VMwareNodePoolConfigVsphereConfigArgs>? = null)