content type ovf: cpu
Provide the CPU information in a template VM.
Representation:
{
"num_cpus" : 1,
"shares" : 1,
"limit" : 1,
"reservation" : 1
}
"num_cpus" : 1,
"shares" : 1,
"limit" : 1,
"reservation" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
num_cpus | long | number of CPUs |
Optional | ||
reservation | long | reservation in MHz Optional. It is optional to set a CPU reservation. |
limit | long | CPU limit in MHz Optional. Is is optional to set a CPU limit. |
shares | long | CPU shares Optional. It is optional to specify CPU shares. |