vm.cpu_model_choices

Retrieve CPU Model choices which can be used with a VM guest to emulate the CPU in the guest.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: arch

arch

Type: string Default: "x86_64"

Guest architecture to return CPU model choices for (e.g. 'x86_64', 'aarch64').

Result

Type: object

Available CPU models for virtual machine emulation.

Each additional property must conform to the following schema

Type: string


Required roles: READONLY_ADMIN | VM_READ