CpuModelReference#

class CpuModelReference(ext_id=None, name=None, *args, **kwargs)#

Bases: object

CPU model associated with the VM if Advanced Processor Compatibility(APC) is enabled. If APC is enabled and no CPU model is explicitly set, a default baseline CPU model is picked by the system. See the APC documentation for more information

Parameters:
  • ext_id – (ext_id) The globally unique identifier of the CPU model associated with the VM.

  • name (max=64 chars) – (name) Name of the CPU model associated with the VM.

property ext_id#

The globally unique identifier of the CPU model associated with the VM.

Type:

str

property name#

Name of the CPU model associated with the VM.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model