The network management functions in the Cluster API provide access to information about networks that are monitored by the Cluster Service. The following functions are included in the Cluster API for network management:
Function | Description |
---|---|
CloseClusterNetwork | Closes a connection to a network by invalidating its handle. |
ClusterNetworkCloseEnum | Closes an enumerator for iterating through objects on a network. |
ClusterNetworkControl | Initiates an operation affecting a network. |
Enumerates objects on a network, returning the name of one object with each call. | |
Opens an enumerator for iterating through objects on a network. | |
Returns the identifier of a network. | |
Returns the current state of a network. | |
OpenClusterNetwork | Opens a connection to a network and returns a handle to it. |
Sets the name for a network. |