Class MicrosoftDhcpServerAuditLogSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP audit log settings.
public class MicrosoftDhcpServerAuditLogSettings : BypassSection
- Inheritance
-
MicrosoftDhcpServerAuditLogSettings
- Inherited Members
Constructors
MicrosoftDhcpServerAuditLogSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAuditLogSettings class.
public MicrosoftDhcpServerAuditLogSettings()
Properties
DiskCheckInterval
Gets or sets the number of audit log events after which the DHCP server service checks the available disk space.
public int DiskCheckInterval { get; set; }
Property Value
Enabled
Gets or sets whether the audit log is enabled.
public BooleanOption Enabled { get; set; }
Property Value
MaximumFileSize
Gets or sets the maximum size of the audit log in megabytes.
public int MaximumFileSize { get; set; }
Property Value
MaximumFileSizeString
Gets the maximum size of the audit log
public string MaximumFileSizeString { get; set; }
Property Value
MinimumDiskSpace
Gets or sets the minimum required disk space in megabytes.
public int MinimumDiskSpace { get; set; }
Property Value
MinimumDiskSpaceString
Gets the minimum required disk space.
public string MinimumDiskSpaceString { get; set; }
Property Value
Path
Gets or sets the audit log path.
public string Path { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAuditLogSettings class from the specified Xml.
public static MicrosoftDhcpServerAuditLogSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAuditLogSettings object
Returns
- MicrosoftDhcpServerAuditLogSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerAuditLogSettings class from the specified Xml.