CLUSTER_NETWORK_ROLE enumeration (clusapi.h)

Describes the role a network plays in the cluster. The network role and
DefaultNetworkRole common properties use this enumeration. This is a bitmask.

Syntax

typedef enum CLUSTER_NETWORK_ROLE {
  ClusterNetworkRoleNone = 0,
  ClusterNetworkRoleInternalUse = 0x00000001,
  ClusterNetworkRoleClientAccess = 0x00000002,
  ClusterNetworkRoleInternalAndClient = 0x00000003
} ;

Constants

 
ClusterNetworkRoleNone
Value: 0
The network is not used by the cluster.
ClusterNetworkRoleInternalUse
Value: 0x00000001
The network is used to carry internal cluster communication.
ClusterNetworkRoleClientAccess
Value: 0x00000002
Not supported.
ClusterNetworkRoleInternalAndClient
Value: 0x00000003
The network is used to connect client systems and to carry internal cluster communication.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

DefaultNetworkRole

Failover Cluster Enumerations

Network Role