[PR #13] [MERGED] Added VM actions #73

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/13
Author: @ARMmaster17
Created: 8/23/2021
Status: Merged
Merged: 8/28/2021
Merged by: @luthermonson

Base: mainHead: vm1


📝 Commits (1)

📊 Changes

4 files changed (+169 additions, -1 deletions)

View changed files

📝 nodes.go (+13 -1)
📝 types.go (+7 -0)
📝 virtual_machines.go (+24 -0)
📝 virtual_machines_test.go (+125 -0)

📄 Description

  • Brought VM actions in line with start/stop/suspend/reboot/resume functionality for containers.
  • Minimal integration tests (only works with an existing VM, temporary until VM creation/deletion is working).

🔄 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/13 **Author:** [@ARMmaster17](https://github.com/ARMmaster17) **Created:** 8/23/2021 **Status:** ✅ Merged **Merged:** 8/28/2021 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `vm1` --- ### 📝 Commits (1) - [`5182af2`](https://github.com/luthermonson/go-proxmox/commit/5182af23835089081cf95d6a479eeb56aa2ad085) Added VM actions ### 📊 Changes **4 files changed** (+169 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `nodes.go` (+13 -1) 📝 `types.go` (+7 -0) 📝 `virtual_machines.go` (+24 -0) 📝 `virtual_machines_test.go` (+125 -0) </details> ### 📄 Description - Brought VM actions in line with start/stop/suspend/reboot/resume functionality for containers. - Minimal integration tests (only works with an existing VM, temporary until VM creation/deletion is working). --- <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:04 +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#73
No description provided.