The project of ClustAware.Net has separate in 4 modules :
This module is commonly used to read , update the properties and inspect cluster's objects.
The main class is ClusterManager that provides access to objects methods. For each properties of objects have a set the methods correspondents to actions of read , update and move when it's applied.
This module is commonly used to administrate the cluster and your objects. One set of management functions and features are available for each kind of cluster's object.
The main class is ClusterManagerAdmin that provides access to management methods. For each properties of class have a set management methods correspondents.
The main class inherits ClusterManager so that the developer has complete access to features.
This module provider access to all class of properties of all cluster's objects.
The access to class of properties are exposed starting from the properties of class ClusterManager that have methods to retrieves it.
This module also has the enumerators used on some properties enabling them to take it easy and simple to assign the default values.
This module provider access to wrapper class Cluster WMI provider. All Methods this class are internal to use of ClusterAware and not are directly exposed for use in code.