Class MicrosoftDhcpServerv6Settings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP IPv6 server settings.
public class MicrosoftDhcpServerv6Settings : BaseTypeSection
- Inheritance
-
MicrosoftDhcpServerv6Settings
Constructors
MicrosoftDhcpServerv6Settings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Settings class.
public MicrosoftDhcpServerv6Settings()
Properties
Classes
Gets or sets the IPv6 user and vendor classes.
public MicrosoftDhcpServerv6Classes Classes { get; set; }
Property Value
Dns
Gets or sets the IPv6 DNS settings.
public MicrosoftDhcpServerv6DnsSettings Dns { get; set; }
Property Value
OptionDefinitions
Gets or sets the IPv6 option definitions.
public MicrosoftDhcpServerv6OptionDefinitions OptionDefinitions { get; set; }
Property Value
OptionValues
Gets or sets the IPv6 server options.
public MicrosoftDhcpServerv6OptionValues OptionValues { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Settings class from the specified Xml.
public static MicrosoftDhcpServerv6Settings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Settings object
Returns
- MicrosoftDhcpServerv6Settings
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Settings class from the specified Xml.