Microsoft.Windows.ClusterWindows 클러스터

Microsoft.Windows.Cluster (ClassType)

Windows 클러스터 클래스입니다.

Element properties:

Base ClassSystem.Group
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8cb06e35-317c-8eaa-c7d1-c1a88023929e

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.Windows.Cluster:
Name  string  클러스터 이름 해당 Windows 클러스터의 이름입니다. true 256  False     
VendorId  string  공급업체 ID 해당 Windows 클러스터의 공급업체 정보입니다. false 256  False     
OSVersion  string  OS 버전 해당 Windows 클러스터의 OS 버전입니다. false 256  False     
HighestVersion  string  최상 버전 해당 Windows 클러스터와 호환되는 최상의 버전입니다. false 256  False     
LowestVersion  string  최하 버전 해당 Windows 클러스터와 호환되는 최하의 버전입니다. false 256  False     
IsRunningMixedVersion  bool  혼합 버전 해당 Windows 클러스터에서 혼합된 버전을 실행 중입니다. false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster" Accessibility="Public" Abstract="false" Base="System!System.Group" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VendorId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OSVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HighestVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LowestVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsRunningMixedVersion" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>