Microsoft.Windows.DHCPServer.Library.ServerMicrosoft Windows Server DHCP

Microsoft.Windows.DHCPServer.Library.Server (ClassType)

Все экземпляры DHCP-сервера.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb597e2c1-581c-46ed-bb81-ba8c9b00462e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.Windows.DHCPServer.Library.Server:
Name  string  Имя true 256  True 
AdministrativeRights  bool  Права администратора false   
AuditDiskCheckInterval  int  Интервал проверки аудита диска false 16   
AuditMaxLogSize  int  Максимальный размер журнала аудита false 32   
AuditMinDiskSpace  int  Минимальное дисковое пространство для аудита false 32   
BindingsAware  bool  Привязки установлены false   
BootPEnabled  bool  Протокол BOOTP включен false   
ConflictPingRetries  int  Конфликтующие повторные попытки проверки связи false   
ADIntegrated  bool  Интегрированы службы Active Directory false   
v4AuditEnabled  bool  Аудит IPv4 включен false   
v4AuditFilePath  string  Путь к файлу аудита IPv4 false 255  False 
DNSDynamicUpdates  int  Динамические обновления DNS false   
OSCurrentVersion  string  Текущая версия ОС Текущая версия операционной системы false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="true" MinLength="0" Length="256"/>
<Property ID="AdministrativeRights" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="AuditDiskCheckInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="16"/>
<Property ID="AuditMaxLogSize" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="AuditMinDiskSpace" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="BindingsAware" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="BootPEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="ConflictPingRetries" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="2"/>
<Property ID="ADIntegrated" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v4AuditEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v4AuditFilePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DNSDynamicUpdates" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>