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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo 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 Sistema Operacional Versão do Sistema Operacional 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 mais antiga Versão mais antiga compatível com este Cluster do Windows. false 256  False     
IsRunningMixedVersion  bool  Versão Mista Este Cluster do Windows está executando 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>