CLUSTER_MGMT_POINT_TYPE enumeration (msclus.h)

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 __MIDL___MIDL_itf_msclus_0000_0000_0002 {
  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 msclus.h

See also

CLUSTER_IP_ENTRY

CreateCluster

Utility structures