mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[PR #31] [MERGED] add networks and fix some #88
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#88
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?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/31
Author: @hilaoyu
Created: 4/1/2022
Status: ✅ Merged
Merged: 4/19/2022
Merged by: @luthermonson
Base:
main← Head:main📝 Commits (5)
c0bd056add file networks.gob40f1d4Merge branch 'luthermonson:main' into main0db30c1types VirtualMachineConfig change Ide* to IDE*,Scsi* to SCSI*,Sata* to SATA*75cc4f1fix func (n *Node) NewNetwork return30aa1c1fix func (n *Node) NewNetwork📊 Changes
5 files changed (+382 additions, -19 deletions)
View changed files
➕
networks.go(+18 -0)📝
nodes.go(+63 -3)📝
tasks.go(+53 -1)📝
types.go(+235 -15)📝
virtual_machines.go(+13 -0)📄 Description
nodes.go fix func (n *Node) VirtualMachine
nodes.go add func (n *Node) Networks
nodes.go add func (n *Node) Network
nodes.go add func (n *Node) NewNetwork
nodes.go add func (n *Node) NetworkReload
tasks.go fix func (t *Task) Ping
tasks.go add func (t *Task) WaitForCompleteStatus
types.go update type VirtualMachineConfig
types.go add func (s *VirtualMachineConfig) MergeFields
types.go add type NodeNetworks
types.go add type NodeNetwork
virtual_machines.go add func (v *VirtualMachine) MoveDisk
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.