Microsoft.Windows.Cluster.NodeWęzeł klastra

Microsoft.Windows.Cluster.Node (ClassType)

Klasa węzła klastra systemu 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 (PLK) Description (PLK) 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  Nazwa klastra Nazwa klastra systemu Windows. false 256  False 
NodeName  string  Nazwa węzła Nazwa węzła klastra systemu Windows. false 256  False 
Description  string  Opis Opis zawiera komentarze dotyczące obiektu węzła klastra. false 256  False 
BuildNumber  int  Numer kompilacji Określa numer kompilacji wersji systemu operacyjnego zainstalowanego w węźle. false 256   
CSDVersion  string  Wersja CSD Określa nazwę najnowszego dodatku Service Pack zainstalowanego w węźle (jeśli istnieje). false 256  False 
MajorVersion  int  Wersja główna Określa całkowity element numeru wersji systemu operacyjnego zainstalowanego w węźle. false 256   
MinorVersion  int  Wersja pomocnicza Określa ułamkowy element numeru wersji systemu operacyjnego zainstalowanego w węźle. false 256   
NodeHighestVersion  int  Najnowsza wersja węzła Określa najnowszą dopuszczalną wersję usługi klastrowania, z którą węzeł może się połączyć lub komunikować. false 256   
NodeLowestVersion  int  Najstarsza wersja węzła Określa najstarszą dopuszczalną wersję usługi klastrowania, z którą węzeł może się połączyć lub komunikować. 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>