Vmware Host Config Args
data class VmwareHostConfigArgs(val dnsSearchDomains: Output<List<String>>? = null, val dnsServers: Output<List<String>>? = null, val ntpServers: Output<List<String>>? = null) : ConvertibleToJava<VmwareHostConfigArgs>
Represents the common parameters for all the hosts irrespective of their IP address.