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.
Specifies the type of the management point for the cluster.
CLUSTER_MGMT_POINT_TYPE is used as a possible value in the CreateCluster configuration structure.
Syntax
typedef enum {
CLUSTER_MGMT_POINT_TYPE_NONE = 0,
CLUSTER_MGMT_POINT_TYPE_CNO,
CLUSTER_MGMT_POINT_TYPE_DNS_ONLY,
CLUSTER_MGMT_POINT_TYPE_CNO_ONLY
} CLUSTER_MGMT_POINT_TYPE;
Constants
CLUSTER_MGMT_POINT_TYPE_NONEValue: 0 The cluster has no management point. |
CLUSTER_MGMT_POINT_TYPE_CNOThe management point is a cluster name object. |
CLUSTER_MGMT_POINT_TYPE_DNS_ONLYThe management point is DNS only. |
CLUSTER_MGMT_POINT_TYPE_CNO_ONLYThe management point type is cluster name object (CNO) only. Windows Server 2012 R2: This value is not supported before Windows Server 2016. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 R2 |
| Header | clusapi.h |