2.2.2.5 CLUS_FLAGS

The CLUS_FLAGS enumeration is a bitmask of the possible values for the flags associated with a resource, resource type, or group object.

The following table specifies valid constant values for CLUS_FLAGS that are interpreted by the server. Entities external to the cluster can define other values. If they do, these values MUST be written as defined in section 3.1.4.3.1.3 and section 3.1.4.3.2.3.

 typedef  enum 
 {
   CLUS_FLAG_CORE = 0x00000001
 } CLUS_FLAGS;

CLUS_FLAG_CORE: The object is core to the operation of the cluster and cannot be deleted from the non-volatile cluster state. When the flags are associated with a resource object, the resource is designated as a core resource, as defined in section 3.1.1.1.1.