Microsoft.Windows.Cluster.NodeNó de Cluster

Microsoft.Windows.Cluster.Node (ClassType)

Classe do nó de cluster do Windows

Element properties:

Base ClassMicrosoft.Windows.Server.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId94e4372a-103e-0fa5-0dde-818eaaa39a09

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Computer:
PrincipalName  string  Principal Name The principal name of this Computer. true 256  False 
DNSName  string  DNS Name The fully qualified domain name of this computer. false 256  False 
NetbiosComputerName  string  NetBIOS Computer Name The NetBIOS name for this computer. false 256  False 
NetbiosDomainName  string  NetBIOS Domain Name The NetBIOS domain name for this computer. false 256  False 
IPAddress  string  IP Address The IP address for this computer. false 256  False 
NetworkName  string  Network Name The network name for this computer false 256  False 
ActiveDirectoryObjectSid  string  Active Directory SID The AD Security Identifier for this computer false 256  False 
IsVirtualMachine  bool  Virtual Machine false 256   
DomainDnsName  string  DNS Domain Name false 256  False 
OrganizationalUnit  string  Organizational Unit false 256  False 
ForestDnsName  string  DNS Forest Name false 256  False 
ActiveDirectorySite  string  Active Directory Site false 256  False 
LogicalProcessors  int  Logical Processors false 256   
Microsoft.Windows.Server.Computer:
IsVirtualNode  bool  Is Virtual Node false 256   
Microsoft.Windows.Cluster.Node:
ClusterName  string  Nome do Cluster Nome do cluster do Windows. false 256  False 
NodeName  string  Nome do Nó Nome do nó de cluster do Windows. false 256  False 
Description  string  Descrição A descrição fornece comentários sobre o objeto do nó de cluster. false 256  False 
BuildNumber  int  Número de Compilação Especifica o número de compilação da versão do sistema operativo instalado num nó. false 256   
CSDVersion  string  Versão de CSD Especifica o nome do service pack mais recente instalado no nó (se existente). false 256  False 
MajorVersion  int  Versão Principal Especifica o componente inteiro da versão do sistema operativo instalado no nó. false 256   
MinorVersion  int  Versão Secundária Especifica o componente decimal da versão do sistema operativo instalado no nó. false 256   
NodeHighestVersion  int  Versão Máxima do Nó Especifica a versão máxima possível do serviço de Cluster com a qual o nó se pode associar ou comunicar. false 256   
NodeLowestVersion  int  Versão Mínima do Nó Especifica a versão mínima possível do serviço de Cluster com a qual o nó se pode associar ou comunicar. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Node" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.Server.Computer" Hosted="false" Singleton="false">
<Property ID="ClusterName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NodeName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="BuildNumber" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="CSDVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MajorVersion" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MinorVersion" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NodeHighestVersion" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NodeLowestVersion" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>