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_NONE Value: 0 The cluster has no management point. |
CLUSTER_MGMT_POINT_TYPE_CNO The management point is a cluster name object. |
CLUSTER_MGMT_POINT_TYPE_DNS_ONLY The management point is DNS only. |
CLUSTER_MGMT_POINT_TYPE_CNO_ONLY The 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 |