CacheNetworkSettings interface
Cache network settings.
Properties
dns |
DNS search domain |
dns |
DNS servers for the cache to use. It will be set from the network configuration if no value is provided. |
mtu | The IPv4 maximum transmission unit configured for the subnet. |
ntp |
NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. |
utility |
Array of additional IP addresses used by this cache. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dnsSearchDomain
DNS search domain
dnsSearchDomain?: string
Property Value
string
dnsServers
DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
dnsServers?: string[]
Property Value
string[]
mtu
The IPv4 maximum transmission unit configured for the subnet.
mtu?: number
Property Value
number
ntpServer
NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
ntpServer?: string
Property Value
string
utilityAddresses
Array of additional IP addresses used by this cache. NOTE: This property will not be serialized. It can only be populated by the server.
utilityAddresses?: string[]
Property Value
string[]