VmwareHostConfig constructor

VmwareHostConfig({
  1. List<String>? dnsSearchDomains,
  2. List<String>? dnsServers,
  3. List<String>? ntpServers,
})

Implementation

VmwareHostConfig({
  this.dnsSearchDomains,
  this.dnsServers,
  this.ntpServers,
});