[The ClusNode object is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Enables operations on a node, its properties, and related objects.
| Method or property | Description |
|---|---|
| Cluster Property | Returns a Cluster object providing access to the cluster associated with the node. |
| CommonProperties Property | Returns a ClusProperties collection containing the node's read/write common properties. |
| CommonROProperties Property | Returns a ClusProperties collection containing the node's read-only common properties. |
| Evict Method | Removes a node from the cluster. |
| NetInterfaces Property | Returns a ClusNodeNetInterfaces collection providing access to the network interfaces available to the node. |
| NodeID Property | Returns the identifier of the node. |
| Pause Method | Temporarily suspends the cluster activity of the node. |
| PrivateProperties Property | Returns a ClusProperties collection containing the node's read/write private properties. |
| PrivateROProperties Property | Returns a ClusProperties collection containing the node's read-only private properties. |
| ResourceGroups Property | Returns a ClusResGroups collection providing access to the groups that are currently being hosted by the node. |
| Resume Method | Resumes the cluster activity of the node. |
| State Property | Returns the state of the node. |
Members
The ClusNode object has these types of members:
Methods
The ClusNode object has these methods.
| Method | Description |
|---|---|
| Resume | Resumes the cluster activity of the node. |
Remarks
A ClusNode object is obtained from the following collections.
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header |
|
| IDL |
|
| Type library |
|
| DLL |
|
| IID |
IID_ISClusNode is defined as F2E606F8-2631-11D1-89F1-00A0C90D061E |