Table of Contents

Class MicrosoftDhcpServerv4DnsSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Microsoft DHCP IPv4 DNS settings.

public class MicrosoftDhcpServerv4DnsSettings : BypassSection
Inheritance
MicrosoftDhcpServerv4DnsSettings
Inherited Members

Constructors

MicrosoftDhcpServerv4DnsSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4DnsSettings class.

public MicrosoftDhcpServerv4DnsSettings()

Properties

DeleteResourceRecordsOnLeaseExpiry

Gets or sets whether A and PTR records are discarded when the lease is deleted.

public BooleanOption DeleteResourceRecordsOnLeaseExpiry { get; set; }

Property Value

BooleanOption

DisablePtrUpdate

Gets or sets whether dynamic updates for DNS PTR records are disabled. This setting does not apply to Windows Server 2012.

public BooleanOption DisablePtrUpdate { get; set; }

Property Value

BooleanOption

DnsSuffix

Gets or sets the DNS suffix for registering DHCP clients with the DNS server. This setting only applies to policies.

public string DnsSuffix { get; set; }

Property Value

string

DynamicUpdatesMode

Gets or sets when IPv4 dynamic updates are performed by the DHCP server.

public MicrosoftDhcpServerv4DDynamicUpdatesMode DynamicUpdatesMode { get; set; }

Property Value

MicrosoftDhcpServerv4DDynamicUpdatesMode

DynamicUpdatesModeString

Gets when IPv4 dynamic updates are performed by the DHCP server.

public string DynamicUpdatesModeString { get; set; }

Property Value

string

EnableNameProtection

Gets or sets whether name protection is enabled.

public BooleanOption EnableNameProtection { get; set; }

Property Value

BooleanOption

UpdateLegacyClients

Gets or sets whether DNS records should be dynamically updated for DHCP clients that do not request updates.

public BooleanOption UpdateLegacyClients { get; set; }

Property Value

BooleanOption

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4DnsSettings class from the specified Xml.

public static MicrosoftDhcpServerv4DnsSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4DnsSettings object

Returns

MicrosoftDhcpServerv4DnsSettings

A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4DnsSettings class from the specified Xml.