Class MicrosoftDnsServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DNS server.
[SupportsClientScan]
[SupportsSupportProvisions]
public class MicrosoftDnsServer : BaseConfigurationType
- Inheritance
-
MicrosoftDnsServer
- Inherited Members
Constructors
MicrosoftDnsServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServer class.
public MicrosoftDnsServer()
Properties
ConditionalForwarders
Gets or sets the conditional forwarders configured for the server.
public MicrosoftDnsServerConditionalForwarders ConditionalForwarders { get; set; }
Property Value
Host
Gets or sets the host information.
public MicrosoftDnsServerHostInformation Host { get; set; }
Property Value
IsUnsupportedClientVersion
Gets whether the item was scanned using an unsupported client version.
[Browsable(false)]
public bool IsUnsupportedClientVersion { get; }
Property Value
ServerSettings
Gets or sets the DNS server settings.
public MicrosoftDnsServerSettings ServerSettings { get; set; }
Property Value
TrustPoints
Gets or sets the trust points configured for the DNS server.
public MicrosoftDnsServerTrustPoints TrustPoints { get; set; }
Property Value
Zones
Gets or sets the configured zones.
public MicrosoftDnsServerZones Zones { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.MicrosoftDnsServer object.
public MicrosoftDnsServer Clone()
Returns
- MicrosoftDnsServer
A clone of this CENTREL.XIA.Configuration.Types.MicrosoftDnsServer object.
FromXml(string)
Returns the Microsoft DNS server from the specified XML data.
public static MicrosoftDnsServer FromXml(string xml)
Parameters
xml
stringThe XML representation of the Microsoft DNS server.
Returns
- MicrosoftDnsServer
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServer from the specified XML.
LoadXml(string)
Returns the Microsoft DNS server from the specified XML file.
public static MicrosoftDnsServer LoadXml(string filePath)
Parameters
filePath
stringThe absolute path of the XML file to load.
Returns
- MicrosoftDnsServer
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServer from the specified XML.