Table of Contents

Class MicrosoftDhcpServerv6DnsSettings

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

Represents the Microsoft DHCP IPv6 DNS settings.

public class MicrosoftDhcpServerv6DnsSettings : BypassSection
Inheritance
MicrosoftDhcpServerv6DnsSettings
Inherited Members

Constructors

MicrosoftDhcpServerv6DnsSettings()

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

public MicrosoftDhcpServerv6DnsSettings()

Properties

DeleteResourceRecordsOnLeaseExpiry

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

public BooleanOption DeleteResourceRecordsOnLeaseExpiry { get; set; }

Property Value

BooleanOption

DynamicUpdatesMode

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

public MicrosoftDhcpServerv6DDynamicUpdatesMode DynamicUpdatesMode { get; set; }

Property Value

MicrosoftDhcpServerv6DDynamicUpdatesMode

DynamicUpdatesModeString

Gets when IPv6 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

Methods

FromXml(string)

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

public static MicrosoftDhcpServerv6DnsSettings FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerv6DnsSettings

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