CacheNetworkSettingsResponse

data class CacheNetworkSettingsResponse(val dnsSearchDomain: String? = null, val dnsServers: List<String>? = null, val mtu: Int? = null, val ntpServer: String? = null, val utilityAddresses: List<String>)

Cache network settings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsSearchDomain: String? = null

DNS search domain

Link copied to clipboard
val dnsServers: 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: Int? = null

The IPv4 maximum transmission unit configured for the subnet.

Link copied to clipboard
val ntpServer: String? = null

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

Link copied to clipboard

Array of additional IP addresses used by this cache.