VMware Node Pool Config
constructor(bootDiskSizeGb: Int? = null, cpus: Int? = null, enableLoadBalancer: Boolean? = null, image: String? = null, imageType: String, labels: Map<String, String>? = null, memoryMb: Int? = null, replicas: Int? = null, taints: List<VMwareNodePoolConfigTaint>? = null, vsphereConfigs: List<VMwareNodePoolConfigVsphereConfig>? = null)