CacheNetworkSettingsArgs

data class CacheNetworkSettingsArgs(val dnsSearchDomain: Output<String>? = null, val dnsServers: Output<List<String>>? = null, val mtu: Output<Int>? = null, val ntpServer: Output<String>? = null) : ConvertibleToJava<CacheNetworkSettingsArgs>

Cache network settings.

Constructors

Link copied to clipboard
constructor(dnsSearchDomain: Output<String>? = null, dnsServers: Output<List<String>>? = null, mtu: Output<Int>? = null, ntpServer: Output<String>? = null)

Properties

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

DNS search domain

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

DNS servers for the cache to use. It will be set from the network configuration if no value is provided.

Link copied to clipboard
val mtu: Output<Int>? = null

The IPv4 maximum transmission unit configured for the subnet.

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

NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.

Functions

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