[PR #31] [MERGED] add networks and fix some #88

Closed
opened 2026-03-03 15:30:08 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (5)

  • c0bd056 add file networks.go
  • b40f1d4 Merge branch 'luthermonson:main' into main
  • 0db30c1 types VirtualMachineConfig change Ide* to IDE*,Scsi* to SCSI*,Sata* to SATA*
  • 75cc4f1 fix func (n *Node) NewNetwork return
  • 30aa1c1 fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/31 **Author:** [@hilaoyu](https://github.com/hilaoyu) **Created:** 4/1/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`c0bd056`](https://github.com/luthermonson/go-proxmox/commit/c0bd05677007b8ca4866a9a21ec3112b041deaf6) add file networks.go - [`b40f1d4`](https://github.com/luthermonson/go-proxmox/commit/b40f1d48285527f5caf28eb1da093fb1c845f9a6) Merge branch 'luthermonson:main' into main - [`0db30c1`](https://github.com/luthermonson/go-proxmox/commit/0db30c1452852dc546ef073ef1a8df0bb0ed233c) types VirtualMachineConfig change Ide* to IDE*,Scsi* to SCSI*,Sata* to SATA* - [`75cc4f1`](https://github.com/luthermonson/go-proxmox/commit/75cc4f1503c75a1e4a6be1a7ebe01e1d2bb38777) fix func (n *Node) NewNetwork return - [`30aa1c1`](https://github.com/luthermonson/go-proxmox/commit/30aa1c1e6f20493e16815f7c35b878ade473452e) fix func (n *Node) NewNetwork ### 📊 Changes **5 files changed** (+382 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `networks.go` (+18 -0) 📝 `nodes.go` (+63 -3) 📝 `tasks.go` (+53 -1) 📝 `types.go` (+235 -15) 📝 `virtual_machines.go` (+13 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:08 +03:00
Sign in to join this conversation.
No labels
pull-request
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/go-proxmox#88
No description provided.