ClusterMetadataCpuResourcesSettings

edit

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

Properties

edit
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

Example

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