Skip to content

Commit 21e47e9

Browse files
Michael Siggsimonfuhrer
authored andcommitted
feat: add machine_type
1 parent f580b3d commit 21e47e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/structs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ type VMResources struct {
235235
// VM's hardware clock timezone in IANA TZDB format (America/Los_Angeles).
236236
HardwareClockTimezone string `json:"hardware_clock_timezone,omitempty"`
237237

238+
// Machine type for the VM. Machine type Q35 is required for secure boot and does not support IDE disks.
239+
MachineType *string `json:"machine_type,omitempty"`
240+
238241
// Memory size in MiB.
239242
MemorySizeMib int64 `json:"memory_size_mib,omitempty"`
240243

0 commit comments

Comments
 (0)