Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.5 KB

V1beta1VirtualMachinePreferenceSpec.md

File metadata and controls

21 lines (17 loc) · 2.5 KB

V1beta1VirtualMachinePreferenceSpec

Properties

Name Type Description Notes
annotations dict(str, str) Optionally defines preferred Annotations to be applied to the VirtualMachineInstance [optional]
clock V1beta1ClockPreferences Clock optionally defines preferences associated with the Clock attribute of a VirtualMachineInstance DomainSpec [optional]
cpu V1beta1CPUPreferences CPU optionally defines preferences associated with the CPU attribute of a VirtualMachineInstance DomainSpec [optional]
devices V1beta1DevicePreferences Devices optionally defines preferences associated with the Devices attribute of a VirtualMachineInstance DomainSpec [optional]
features V1beta1FeaturePreferences Features optionally defines preferences associated with the Features attribute of a VirtualMachineInstance DomainSpec [optional]
firmware V1beta1FirmwarePreferences Firmware optionally defines preferences associated with the Firmware attribute of a VirtualMachineInstance DomainSpec [optional]
machine V1beta1MachinePreferences Machine optionally defines preferences associated with the Machine attribute of a VirtualMachineInstance DomainSpec [optional]
prefer_spread_socket_to_core_ratio int PreferSpreadSocketToCoreRatio defines the ratio to spread vCPUs between cores and sockets, it defaults to 2. [optional]
preferred_subdomain str Subdomain of the VirtualMachineInstance [optional]
preferred_termination_grace_period_seconds int Grace period observed after signalling a VirtualMachineInstance to stop after which the VirtualMachineInstance is force terminated. [optional]
requirements V1beta1PreferenceRequirements Requirements defines the minium amount of instance type defined resources required by a set of preferences [optional]
volumes V1beta1VolumePreferences Volumes optionally defines preferences associated with the Volumes attribute of a VirtualMachineInstace DomainSpec [optional]

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