VmwareHostConfigResponse

data class VmwareHostConfigResponse(val dnsSearchDomains: List<String>, val dnsServers: List<String>, val ntpServers: List<String>)

Represents the common parameters for all the hosts irrespective of their IP address.

Constructors

Link copied to clipboard
fun VmwareHostConfigResponse(dnsSearchDomains: List<String>, dnsServers: List<String>, ntpServers: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS search domains.

Link copied to clipboard

DNS servers.

Link copied to clipboard

NTP servers.