Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.21 KB

File metadata and controls

24 lines (20 loc) · 1.21 KB

instance_create_options_t

Properties

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

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