Class MicrosoftDhcpServerAdvancedSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP server advanced settings.
public class MicrosoftDhcpServerAdvancedSettings : BaseTypeSection
- Inheritance
-
MicrosoftDhcpServerAdvancedSettings
Constructors
MicrosoftDhcpServerAdvancedSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAdvancedSettings class.
public MicrosoftDhcpServerAdvancedSettings()
Properties
ConflictDetectionAttempts
Gets or sets the conflict detection attempts.
public int ConflictDetectionAttempts { get; set; }
Property Value
IsAuthorized
Gets or sets whether the server is authorized in Active Directory.
public BooleanOption IsAuthorized { get; set; }
Property Value
IsDomainJoined
Gets or sets whether the server is a member of an Active Directory domain.
public BooleanOption IsDomainJoined { get; set; }
Property Value
NapEnabled
Gets or sets whether network access protection (NAP) is enabled. This only applies to Windows Server 2012 and Windows Server 2012 R2.
public BooleanOption NapEnabled { get; set; }
Property Value
NapUnreachableAction
Gets or sets the action to take when the network access protection (NAP) server is unavailable. This only applies to Windows Server 2012 and Windows Server 2012 R2.
public MicrosoftDhcpServerNapUnreachableAction NapUnreachableAction { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAdvancedSettings class from the specified Xml.
public static MicrosoftDhcpServerAdvancedSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAdvancedSettings object
Returns
- MicrosoftDhcpServerAdvancedSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAdvancedSettings class from the specified Xml.