Microsoft.ApacheHTTPServer.VirtualHostВиртуальный узел Apache

Microsoft.ApacheHTTPServer.VirtualHost (ClassType)

Виртуальный узел HTTP-сервера Apache

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1e919745-0dec-7ea0-967e-3ea765fbd9fd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Состояние объекта Состояние объекта false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Состояние актива Состояние актива false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Примечания Примечания false 4000       
Microsoft.ApacheHTTPServer.VirtualHost:
InstanceID  string  Идентификатор экземпляра true 256  False     
DocumentRoot  string  Корень документа false 256  False     
ServerName  string  Имя сервера false 256  False     
ServerAliases  string  Псевдонимы сервера false 256  False     
IPAddresses  string  IP-адреса false 256  False     
Ports  string  Порты false 256  False     
ServerAdmin  string  Администратор сервера false 256  False     
AccessLog  string  Журнал доступа false 256  False     
CustomLog  string  Пользовательский журнал false 256  False     
ErrorLog  string  Журнал ошибок false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.ApacheHTTPServer.VirtualHost" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false" Base="System!System.WebSite">
<Property ID="InstanceID" Type="string" Key="true"/>
<Property ID="DocumentRoot" Type="string" Key="false"/>
<Property ID="ServerName" Type="string" Key="false"/>
<Property ID="ServerAliases" Type="string" Key="false"/>
<Property ID="IPAddresses" Type="string" Key="false"/>
<Property ID="Ports" Type="string" Key="false"/>
<Property ID="ServerAdmin" Type="string" Key="false"/>
<Property ID="AccessLog" Type="string" Key="false"/>
<Property ID="CustomLog" Type="string" Key="false"/>
<Property ID="ErrorLog" Type="string" Key="false"/>
</ClassType>