Microsoft.Windows.ClusterCluster do Windows

Microsoft.Windows.Cluster (ClassType)

Classe de Cluster do 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 (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.Windows.Cluster:
Name  string  Nome do Cluster Nome deste Cluster do Windows. true 256  False     
VendorId  string  ID do Fornecedor Informações do fornecedor deste Cluster do Windows. false 256  False     
OSVersion  string  Versão do SO Versão do SO deste Cluster do Windows. false 256  False     
HighestVersion  string  Versão Mais Recente Versão mais recente compatível com este Cluster do Windows. false 256  False     
LowestVersion  string  Versão Menos Recente Versão menos recente compatível com este Cluster do Windows. false 256  False     
IsRunningMixedVersion  bool  Versão Mista Este é o Cluster do Windows a executar versões mistas. 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>