CLUSTER_NETWORK_STATE enumeration (msclus.h)

Enumerates the possible values of the state of a network.

Syntax

typedef enum CLUSTER_NETWORK_STATE {
  ClusterNetworkStateUnknown = -1,
  ClusterNetworkUnavailable,
  ClusterNetworkDown,
  ClusterNetworkPartitioned,
  ClusterNetworkUp
} ;

Constants

 
ClusterNetworkStateUnknown
Value: -1
The operation was not successful. For more information about the error, call the function
GetLastError.
ClusterNetworkUnavailable
All of the network interfaces on the network are unavailable, which means that the nodes that own the network
interfaces are down.
ClusterNetworkDown
The network is not operational; none of the nodes on the network
can communicate.
ClusterNetworkPartitioned
The network is operational, but two or more nodes on the network cannot communicate. Typically a
path-specific problem has occurred.
ClusterNetworkUp
The 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 msclus.h

See also

Failover Cluster Enumerations

GetClusterNetworkState

State Property of the ClusNetwork Object