Vmware Node Config Args
fun VmwareNodeConfigArgs(bootDiskSizeGb: Output<String>? = null, cpus: Output<String>? = null, enableLoadBalancer: Output<Boolean>? = null, image: Output<String>? = null, imageType: Output<String>, labels: Output<Map<String, String>>? = null, memoryMb: Output<String>? = null, replicas: Output<String>? = null, taints: Output<List<NodeTaintArgs>>? = null)