<div class="content" name="CLUS_FLAGS" uuid="e0243f1d-f7ee-48cc-98e6-d0f94709c066"><p>The <b>CLUS_FLAGS</b> enumeration is a bitmask of the
possible <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_7bc13a0c-ca1a-4c78-b1bf-67e243f778bb" data-linktype="relative-path">values</a></span> for the flags
associated with a <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_94e97f15-2f1a-406f-a740-607bb97761ec" data-linktype="relative-path">resource</a></span>, <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_597fe367-f504-4295-9ed9-92cd892796cd" data-linktype="relative-path">resource
type</a></span>, or <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_51c51c14-7f9d-4c0b-a69c-d3e059bfffac" data-linktype="relative-path">group</a></span> object.</p><p>The following table specifies valid constant values for <b>CLUS_FLAGS</b>
that are interpreted by the <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a></span>. Entities
external to the <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_feef37b3-c173-4f51-aab6-b55a6366259b" data-linktype="relative-path">cluster</a></span> can define
other values. If they do, these values MUST be written as defined in section <span><a href="8b036565-d723-464a-9af6-7dd68b27d869" data-linktype="relative-path">3.1.4.3.1.3</a></span>
and section <span><a href="f75d44ad-f3f1-429a-ae88-657b8770477a" data-linktype="relative-path">3.1.4.3.2.3</a></span>.</p><dl>
<dd>
<div><pre> typedef  enum 
 {
   CLUS_FLAG_CORE = 0x00000001
 } CLUS_FLAGS;
</pre></div>
</dd></dl><p><b>CLUS_FLAG_CORE: </b>The object is core to the
operation of the cluster and cannot be deleted from the non-volatile <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_93ba0f62-7125-4a3e-ab60-5fd4f504bc8c" data-linktype="relative-path">cluster
state</a></span>. When the flags are associated with a resource object, the
resource is designated as a core resource, as defined in section <span><a href="cd7638de-f218-44e7-a677-9ca15df02704" data-linktype="relative-path">3.1.1.1.1</a></span>.</p></div>