Microsoft.ApacheHTTPServer.VirtualHostApache Virtual Host

Microsoft.ApacheHTTPServer.VirtualHost (ClassType)

An Apache HTTP Server Virtual Host

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.ApacheHTTPServer.VirtualHost:
InstanceID  string  Instance ID true 256  False     
DocumentRoot  string  Document Root false 256  False     
ServerName  string  Server Name false 256  False     
ServerAliases  string  Server Aliases false 256  False     
IPAddresses  string  IP Addresses false 256  False     
Ports  string  Ports false 256  False     
ServerAdmin  string  Server Admin false 256  False     
AccessLog  string  Access Log false 256  False     
CustomLog  string  Custom Log false 256  False     
ErrorLog  string  Error Log 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>