Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 3.65 KB

ne-msclus-cluster_network_role.md

File metadata and controls

88 lines (67 loc) · 3.65 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:msclus.CLUSTER_NETWORK_ROLE
CLUSTER_NETWORK_ROLE (msclus.h)
The CLUSTER_NETWORK_ROLE enumeration (msclus.h) describes the role a network plays in the cluster.
CLUSTER_NETWORK_ROLE
CLUSTER_NETWORK_ROLE enumeration [Failover Cluster]
ClusterNetworkRoleClientAccess
ClusterNetworkRoleInternalAndClient
ClusterNetworkRoleInternalUse
ClusterNetworkRoleNone
_CLUSTER_NETWORK_ROLE
_CLUSTER_NETWORK_ROLE enumeration [Failover Cluster]
clusapi/CLUSTER_NETWORK_ROLE
clusapi/ClusterNetworkRoleClientAccess
clusapi/ClusterNetworkRoleInternalAndClient
clusapi/ClusterNetworkRoleInternalUse
clusapi/ClusterNetworkRoleNone
clusapi/_CLUSTER_NETWORK_ROLE
msclus/CLUSTER_NETWORK_ROLE
msclus/ClusterNetworkRoleClientAccess
msclus/ClusterNetworkRoleInternalAndClient
msclus/ClusterNetworkRoleInternalUse
msclus/ClusterNetworkRoleNone
msclus/_CLUSTER_NETWORK_ROLE
mscs.cluster_network_role
mscs\cluster_network_role.htm
MsCS
9c495cc4-d4d5-4465-9172-3171e55a14b0
08/03/2022
CLUSTER_NETWORK_ROLE, CLUSTER_NETWORK_ROLE enumeration [Failover Cluster], ClusterNetworkRoleClientAccess, ClusterNetworkRoleInternalAndClient, ClusterNetworkRoleInternalUse, ClusterNetworkRoleNone, _CLUSTER_NETWORK_ROLE, _CLUSTER_NETWORK_ROLE enumeration [Failover Cluster], clusapi/CLUSTER_NETWORK_ROLE, clusapi/ClusterNetworkRoleClientAccess, clusapi/ClusterNetworkRoleInternalAndClient, clusapi/ClusterNetworkRoleInternalUse, clusapi/ClusterNetworkRoleNone, clusapi/_CLUSTER_NETWORK_ROLE, msclus/CLUSTER_NETWORK_ROLE, msclus/ClusterNetworkRoleClientAccess, msclus/ClusterNetworkRoleInternalAndClient, msclus/ClusterNetworkRoleInternalUse, msclus/ClusterNetworkRoleNone, msclus/_CLUSTER_NETWORK_ROLE, mscs.cluster_network_role
msclus.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_NETWORK_ROLE
19H1
CLUSTER_NETWORK_ROLE
msclus/CLUSTER_NETWORK_ROLE
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
CLUSTER_NETWORK_ROLE

CLUSTER_NETWORK_ROLE enumeration

-description

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

-enum-fields

-field ClusterNetworkRoleNone:0

The network is not used by the cluster.

-field ClusterNetworkRoleInternalUse:0x1

The network is used to carry internal cluster communication.

-field ClusterNetworkRoleClientAccess:0x2

Not supported.

-field ClusterNetworkRoleInternalAndClient:0x3

The network is used to connect client systems and to carry internal cluster communication.

-see-also

DefaultNetworkRole

Failover Cluster Enumerations

Network Role