[GH-ISSUE #419] feat: optional bootdevice array qemu #111

Open
opened 2026-02-28 00:40:36 +03:00 by kerem · 0 comments
Owner

Originally created by @Tinyblargon on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/419

Originally assigned to: @Tinyblargon on GitHub.

Turn the Boot into an optional array with enums.
When it's empty PVE will set it on creation.

github.com/Telmate/proxmox-api-go@893482bcef/proxmox/config_qemu.go (L34)

type BootDevices []BootDevice

type BootDevice string

Add constants for known boot devices.

Related to https://github.com/Telmate/terraform-provider-proxmox/issues/1216

Originally created by @Tinyblargon on GitHub (May 17, 2025). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/419 Originally assigned to: @Tinyblargon on GitHub. Turn the `Boot` into an optional array with enums. When it's empty PVE will set it on creation. https://github.com/Telmate/proxmox-api-go/blob/893482bceff71c63122df6457381c044216ab93f/proxmox/config_qemu.go#L34 ```go type BootDevices []BootDevice type BootDevice string ``` Add constants for known boot devices. Related to https://github.com/Telmate/terraform-provider-proxmox/issues/1216
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#111
No description provided.