ClusterMetadataCpuResourcesSettingsedit

The cluster metadata cpu resource settings stores settings related to cpu.

Propertiesedit

boost (boolean, required)
Indicates if the the CPU boost flag for a cluster is enabled or not
hard_limit (boolean, required)
Indicates if the the CPU hard limit flag for a cluster is enabled or not

Exampleedit

{
   "boost" : true,
   "hard_limit" : true
}