Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.15 KB

File metadata and controls

26 lines (20 loc) · 1.15 KB

InstanceCreateOptions

Properties

Name Type Description Notes
name str the name of the device [optional]
key str Key used to encrypt the Instance [optional]
flavor str the flavor id
project str project UUID
os str OS Version
osbuild str OS Build [optional]
patches list[str] list of patches to apply [optional]
fwpackage str URL or image id [optional]
orig_fw_package_url str URL that firmware package used to create this instance is available at [optional]
encrypt bool [optional]
override_wifi_mac str [optional]
volume VolumeOptions [optional]
snapshot str Snapshot ID [optional]
boot_options InstanceBootOptions [optional]
device Model [optional]

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