Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_NETWORK_STATE enumeration (clusapi.h)
Enumerates the possible values of the state of a network.
Syntax
typedef enum CLUSTER_NETWORK_STATE {
ClusterNetworkStateUnknown = -1,
ClusterNetworkUnavailable,
ClusterNetworkDown,
ClusterNetworkPartitioned,
ClusterNetworkUp
} ;
Constants
ClusterNetworkStateUnknownValue: -1 The operation was not successful. For more information about the error, call the function GetLastError. |
ClusterNetworkUnavailableAll of the network interfaces on the network are unavailable, which means that the nodes that own the network interfaces are down. |
ClusterNetworkDownThe network is not operational; none of the nodes on the network can communicate. |
ClusterNetworkPartitionedThe network is operational, but two or more nodes on the network cannot communicate. Typically a path-specific problem has occurred. |
ClusterNetworkUpThe network is operational; all of the nodes in the cluster can communicate. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |
See also
Feedback
Was this page helpful?
