ApcConfig#
- class ApcConfig(is_apc_enabled=None, cpu_model=None, *args, **kwargs)#
Bases:
object
Advanced Processor Compatibility configuration for the VM. Enabling this retains the CPU model for the VM across power cycles and migrations.
- Parameters:
is_apc_enabled – (
is_apc_enabled
) If enabled, the selected CPU model will be retained across live and cold migrations of the VM.cpu_model – (
cpu_model
)
- property cpu_model#
- Type:
- property is_apc_enabled#
If enabled, the selected CPU model will be retained across live and cold migrations of the VM.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model