Microsoft.ApacheHTTPServer.VirtualHostApache 가상 호스트

Microsoft.ApacheHTTPServer.VirtualHost (ClassType)

Apache HTTP 서버 가상 호스트

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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  인스턴스 ID 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>