Skip to content

Latest commit

 

History

History
109 lines (77 loc) · 4.51 KB

ne-msclus-cluster_node_state.md

File metadata and controls

109 lines (77 loc) · 4.51 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:msclus.CLUSTER_NODE_STATE
CLUSTER_NODE_STATE (msclus.h)
The CLUSTER_NODE_STATE enumeration (msclus.h) describes the state of a cluster node.
CLUSTER_NODE_STATE
CLUSTER_NODE_STATE enumeration [Failover Cluster]
ClusterNodeDown
ClusterNodeJoining
ClusterNodePaused
ClusterNodeStateUnknown
ClusterNodeUp
_CLUSTER_NODE_STATE
_CLUSTER_NODE_STATE enumeration [Failover Cluster]
clusapi/CLUSTER_NODE_STATE
clusapi/ClusterNodeDown
clusapi/ClusterNodeJoining
clusapi/ClusterNodePaused
clusapi/ClusterNodeStateUnknown
clusapi/ClusterNodeUp
clusapi/_CLUSTER_NODE_STATE
msclus/CLUSTER_NODE_STATE
msclus/ClusterNodeDown
msclus/ClusterNodeJoining
msclus/ClusterNodePaused
msclus/ClusterNodeStateUnknown
msclus/ClusterNodeUp
msclus/_CLUSTER_NODE_STATE
mscs.cluster_node_state
mscs\cluster_node_state.htm
MsCS
25bc275e-8d9c-43b3-8f95-dd3fd2cbe3ce
08/03/2022
CLUSTER_NODE_STATE, CLUSTER_NODE_STATE enumeration [Failover Cluster], ClusterNodeDown, ClusterNodeJoining, ClusterNodePaused, ClusterNodeStateUnknown, ClusterNodeUp, _CLUSTER_NODE_STATE, _CLUSTER_NODE_STATE enumeration [Failover Cluster], clusapi/CLUSTER_NODE_STATE, clusapi/ClusterNodeDown, clusapi/ClusterNodeJoining, clusapi/ClusterNodePaused, clusapi/ClusterNodeStateUnknown, clusapi/ClusterNodeUp, clusapi/_CLUSTER_NODE_STATE, msclus/CLUSTER_NODE_STATE, msclus/ClusterNodeDown, msclus/ClusterNodeJoining, msclus/ClusterNodePaused, msclus/ClusterNodeStateUnknown, msclus/ClusterNodeUp, msclus/_CLUSTER_NODE_STATE, mscs.cluster_node_state
msclus.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_NODE_STATE
19H1
CLUSTER_NODE_STATE
msclus/CLUSTER_NODE_STATE
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
CLUSTER_NODE_STATE

CLUSTER_NODE_STATE enumeration

-description

Describes the state of a cluster node. The GetClusterNodeState and State properties use this enumeration.

-enum-fields

-field ClusterNodeStateUnknown:-1

The operation was not successful. For more information about the error, call the function GetLastError.

-field ClusterNodeUp

The node is physically plugged in, turned on, booted, and capable of executing programs. This value is also used by the SetClusterServiceAccountPassword function and Resume method.

-field ClusterNodeDown

The node is turned off or not operational.

-field ClusterNodePaused

The node is running but not participating in cluster operations. This value is also used by the PauseClusterNode and SetClusterServiceAccountPassword functions. This value is also used Pause method.

-field ClusterNodeJoining

The node is in the process of joining a cluster.

-see-also

Failover Cluster Enumerations

GetClusterNodeState

Pause Method of the ClusNode Object

PauseClusterNode

SetClusterServiceAccountPassword

State Property of the ClusNode Object