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.
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
ClusterNetworkRoleNoneValue: 0 The network is not used by the cluster. |
ClusterNetworkRoleInternalUseValue: 0x00000001 The network is used to carry internal cluster communication. |
ClusterNetworkRoleClientAccessValue: 0x00000002 Not supported. |
ClusterNetworkRoleInternalAndClientValue: 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 |