8000 client-python/docs/V1VirtualMachineSpec.md at master · mooperd/client-python · GitHub
[go: up one dir, main page]

Skip 8000 to content

Latest commit

 

History

History
16 lines (12 loc) · 1.59 KB

File metadata and controls

16 lines (12 loc) · 1.59 KB

V1VirtualMachineSpec

Properties

Name Type Description Notes
data_volume_templates list[V1DataVolumeTemplateSpec] dataVolumeTemplates is a list of dataVolumes that the VirtualMachineInstance template can reference. DataVolumes in this list are dynamically created for the VirtualMachine and are tied to the VirtualMachine's life-cycle. [optional]
instancetype V1InstancetypeMatcher InstancetypeMatcher references a instancetype that is used to fill fields in Template [optional]
live_update_features V1LiveUpdateFeatures LiveUpdateFeatures references a configuration of hotpluggable resources [optional]
preference V1PreferenceMatcher PreferenceMatcher references a set of preference that is used to fill fields in Template [optional]
run_strategy str Running state indicates the requested running state of the VirtualMachineInstance mutually exclusive with Running [optional]
running bool Running controls whether the associatied VirtualMachineInstance is created or not Mutually exclusive with RunStrategy [optional]
template V1VirtualMachineInstanceTemplateSpec Template is the direct specification of VirtualMachineInstance

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

0