Microsoft.Windows.ClusterWindows 叢集

Microsoft.Windows.Cluster (ClassType)

Windows 叢集類別

Element properties:

Base ClassSystem.Group
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId627f4dff-40f7-89d6-6d0d-71102b6e8cea

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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  廠商識別碼 此 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>