Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the possible values of the state of a network interface.
Syntax
typedef enum CLUSTER_NETINTERFACE_STATE {
ClusterNetInterfaceStateUnknown = -1,
ClusterNetInterfaceUnavailable,
ClusterNetInterfaceFailed,
ClusterNetInterfaceUnreachable,
ClusterNetInterfaceUp
} ;
Constants
ClusterNetInterfaceStateUnknownValue: -1 The operation was not successful. For more information about the error, call the function GetLastError. |
ClusterNetInterfaceUnavailableThe node that owns the network interface is down. |
ClusterNetInterfaceFailedThe network interface cannot communicate with any other network interface. |
ClusterNetInterfaceUnreachableThe network interface cannot communicate with at least one other network interface whose state is not ClusterNetInterfaceFailed or ClusterNetInterfaceUnavailable. |
ClusterNetInterfaceUpThe network interface can communicate with all other network interfaces whose state is not ClusterNetInterfaceFailed or ClusterNetInterfaceUnavailable. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |