Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 950 Bytes

V1CPUFeature.md

File metadata and controls

11 lines (7 loc) · 950 Bytes

V1CPUFeature

Properties

Name Type Description Notes
name string Name of the CPU feature
policy string Policy is the CPU feature attribute which can have the following attributes: force - The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. require - Guest creation will fail unless the feature is supported by the host CPU or the hypervisor is able to emulate it. optional - The feature will be supported by virtual CPU if and only if it is supported by host CPU. disable - The feature will not be supported by virtual CPU. forbid - Guest creation will fail if the feature is supported by host CPU. Defaults to require [optional]

[Back to Model list] [Back to API list] [Back to README]