Skip to content

Commit

Permalink
add boot_type
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfuhrer committed Nov 30, 2021
1 parent 7fe924a commit b37dca2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ type VMBootConfig struct {
// Indicates the order of device types in which VM should try to boot from. If boot device order is not provided the
// system will decide appropriate boot device order.
BootDeviceOrderList []string `json:"boot_device_order_list,omitempty"`

BootType string `json:"boot_type,omitempty"`
DataSourceReference *Reference `json:"data_source_reference,omitempty"`
}

// NutanixGuestToolsSpec Information regarding Nutanix Guest Tools.
Expand Down

0 comments on commit b37dca2

Please sign in to comment.