The CLUSCTL_NODE_SET_COMMON_PROPERTIES control code is used to update the common properties for a node.
Type: | External |
Access: | CLUS_ACCESS_WRITE |
Input: | Property list |
Output: | None |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_MODIFY |
Code: | CLCTL_SET_COMMON_PROPERTIES |
When you call ClusterNodeControl with the CLUSCTL_NODE_SET_COMMON_PROPERTIES control code, pass a property list with the names and new values for the properties to update. Included in the property list can be any read/write properties that apply to all nodes, such as the Description property.
To retrieve the current value of the common node property, use the CLUSCTL_NODE_GET_COMMON_PROPERTIES control code.
For an overall description of the common node properties, see Common Node Properties.
To construct a property list, use the property list utility functions.