TypeOvfCpu

Provide the CPU information in a template VM.


Properties

integer as int64
limit Optional

CPU limit in MHz Is is optional to set a CPU limit.


integer as int64
num_cpus Required

number of CPUs


integer as int64
reservation Optional

reservation in MHz It is optional to set a CPU reservation.


integer as int64
shares Optional

CPU shares It is optional to specify CPU shares.

JSON Example

{
	"num_cpus": 0
}

Feedback

Was this page helpful?