Table of Contents

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

int

Enabled

Gets or sets whether the audit log is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

MaximumFileSize

Gets or sets the maximum size of the audit log in megabytes.

public int MaximumFileSize { get; set; }

Property Value

int

MaximumFileSizeString

Gets the maximum size of the audit log

public string MaximumFileSizeString { get; set; }

Property Value

string

MinimumDiskSpace

Gets or sets the minimum required disk space in megabytes.

public int MinimumDiskSpace { get; set; }

Property Value

int

MinimumDiskSpaceString

Gets the minimum required disk space.

public string MinimumDiskSpaceString { get; set; }

Property Value

string

Path

Gets or sets the audit log path.

public string Path { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static MicrosoftDhcpServerAuditLogSettings FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerAuditLogSettings

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