CacheNetworkSettings Class

Definition

Cache network settings.

public class CacheNetworkSettings
type CacheNetworkSettings = class
Public Class CacheNetworkSettings
Inheritance
CacheNetworkSettings

Constructors

CacheNetworkSettings()

Initializes a new instance of the CacheNetworkSettings class.

CacheNetworkSettings(Nullable<Int32>, IList<String>, IList<String>, String, String)

Initializes a new instance of the CacheNetworkSettings class.

Properties

DnsSearchDomain

Gets or sets DNS search domain

DnsServers

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

Mtu

Gets or sets the IPv4 maximum transmission unit configured for the subnet.

NtpServer

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

UtilityAddresses

Gets array of additional IP addresses used by this Cache.

Methods

Validate()

Validate the object.

Applies to