mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #114] Can't set VM's net config (and some other option) #21
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jlan45 on GitHub (Feb 8, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/114
@Jlan45 commented on GitHub (Feb 8, 2024):
@jqueuniet commented on GitHub (Feb 8, 2024):
The config key is
net0, notnet[0].ie:
And there are already parameters for network interfaces in the
VirtualMachineConfig, with the same helpers as other similar indexed devices like disks.@Jlan45 commented on GitHub (Feb 8, 2024):
Thanks, my problem has been solved.