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 (CHS) Description (CHS) 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 群集的操作系统版本。 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>