Microsoft.Windows.ClusterKlaster Windows

Microsoft.Windows.Cluster (ClassType)

Klasa klastra 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 (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000       
Microsoft.Windows.Cluster:
Name  string  Nazwa klastra Nazwa tego klastra Windows. true 256  False     
VendorId  string  Identyfikator dostawcy Informacje na temat dostawcy tego klastra Windows. false 256  False     
OSVersion  string  Wersja systemu operacyjnego Wersja systemu operacyjnego w tym klastrze Windows. false 256  False     
HighestVersion  string  Najwyższa wersja Najwyższa wersja zgodna z tym klastrem Windows. false 256  False     
LowestVersion  string  Najniższa wersja Najniższa wersja zgodna z tym klastrem Windows. false 256  False     
IsRunningMixedVersion  bool  Wersja mieszana Czy na tym klastrze Windows są uruchomione wersje mieszane? 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>