Microsoft.Windows.ClusterWindows Cluster

Microsoft.Windows.Cluster (ClassType)

Windows Cluster class

Element properties:

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

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.Windows.Cluster:
Name  string  Cluster Name Name of this Windows Cluster. true 256  False     
VendorId  string  Vendor ID Vendor information of this Windows Cluster. false 256  False     
OSVersion  string  OS Version OS version of this Windows Cluster. false 256  False     
HighestVersion  string  Highest Version Highest version compatible with this Windows Cluster. false 256  False     
LowestVersion  string  Lowest Version Lowest version compatible with this Windows Cluster. false 256  False     
IsRunningMixedVersion  bool  Mixed Version Is this Windows Cluster running mixed versions. 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>