CLUSTER_NETWORK_ROLE enumeration (msclus.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 = 0x1,
  ClusterNetworkRoleClientAccess = 0x2,
  ClusterNetworkRoleInternalAndClient = 0x3
} ;

Constants

 
ClusterNetworkRoleNone
Value: 0
The network is not used by the cluster.
ClusterNetworkRoleInternalUse
Value: 0x1
The network is used to carry internal cluster communication.
ClusterNetworkRoleClientAccess
Value: 0x2
Not supported.
ClusterNetworkRoleInternalAndClient
Value: 0x3
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 msclus.h

See also

DefaultNetworkRole

Failover Cluster Enumerations

Network Role