The CLUSCTL_NODE_GET_PRIVATE_PROPERTIES control code is used to request the read/write private properties for a node.
Type: | External |
Access: | CLUS_ACCESS_READ |
Input: | None |
Output: | Property list |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_NO_MODIFY |
Code: | CLCTL_GET_PRIVATE_PROPERTIES |
When you call ClusterNodeControl with the CLUSCTL_NODE_GET_PRIVATE_PROPERTIES control code, it returns a property list with the names and values of all of the properties that apply only to the specific node and can be modified using the CLUSCTL_NODE_SET_PRIVATE_PROPERTIES control code. Private properties can include:
To parse the property list returned by ClusterNodeControl, use the property list utility functions.
Note There are currently no private properties defined for nodes.