Microsoft.Windows.Cluster.NodeUzel clusteru

Microsoft.Windows.Cluster.Node (ClassType)

Třída uzlu clusteru Windows

Element properties:

Base ClassMicrosoft.Windows.Server.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb9927bd5-e019-12fa-ece3-43353edf2329

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) 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  Název clusteru Název clusteru Windows. false 256  False 
NodeName  string  Název uzlu Název uzlu clusteru Windows. false 256  False 
Description  string  Popis Popis obsahuje poznámky týkající se objektu uzlu clusteru. false 256  False 
BuildNumber  int  Číslo sestavení Udává číslo sestavení verze operačního systému nainstalovaného na uzlu. false 256   
CSDVersion  string  Verze CSD Udává název nejnovější aktualizace Service Pack nainstalované na uzlu (pokud existuje). false 256  False 
MajorVersion  int  Hlavní verze Udává celočíselnou část čísla verze operačního systému nainstalovaného na uzlu. false 256   
MinorVersion  int  Vedlejší verze Specifikuje desetinnou část čísla verze operačního systému nainstalovaného na uzlu. false 256   
NodeHighestVersion  int  Nejvyšší verze uzlu Udává nejvyšší možnou verzi clusterové služby, k níž se může uzel připojit nebo s ní komunikovat. false 256   
NodeLowestVersion  int  Nejnižší verze uzlu Udává nejnižší možnou verzi clusterové služby, k níž se může uzel připojit nebo s ní komunikovat. 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>