VmwareHostConfigArgs

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.

Constructors

Link copied to clipboard
fun VmwareHostConfigArgs(dnsSearchDomains: Output<List<String>>? = null, dnsServers: Output<List<String>>? = null, ntpServers: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VmwareHostConfigArgs

Properties

Link copied to clipboard
val dnsSearchDomains: Output<List<String>>? = null

DNS search domains.

Link copied to clipboard
val dnsServers: Output<List<String>>? = null

DNS servers.

Link copied to clipboard
val ntpServers: Output<List<String>>? = null

NTP servers.