mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #399] [MERGED] feat: type GuestID #440
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#440
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/Telmate/proxmox-api-go/pull/399
Author: @Tinyblargon
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/6/2025
Merged by: @Tinyblargon
Base:
master← Head:GuestID📝 Commits (4)
7cf4d0bfeat: typeGuestIDac832bfrefactor: renameVmIDtoID01127c8refactor: useGuestIDfor disk codeb433e36refactor: rename constant📊 Changes
34 files changed (+263 additions, -184 deletions)
View changed files
📝
cli/command/create/create-snapshot.go(+1 -1)📝
cli/command/create/guest/create-guest.go(+2 -3)📝
cli/command/delete/delete-guest.go(+2 -4)📝
cli/command/delete/delete-snapshot.go(+1 -1)📝
cli/command/get/guest/get-guest-config.go(+1 -1)📝
cli/command/get/guest/get-guest-feature.go(+1 -1)📝
cli/command/get/id/get-id-check.go(+3 -3)📝
cli/command/guest/guest-rollback.go(+1 -1)📝
cli/command/guest/guest-shutdown.go(+1 -1)📝
cli/command/guest/guest-start.go(+1 -1)📝
cli/command/guest/guest-status.go(+1 -1)📝
cli/command/guest/guest-stop.go(+1 -1)📝
cli/command/guest/guest-uptime.go(+1 -1)📝
cli/command/guest/qemu/guest-qemu-hibernate.go(+1 -1)📝
cli/command/guest/qemu/guest-qemu-pause.go(+1 -1)📝
cli/command/guest/qemu/guest-qemu-reset.go(+1 -1)📝
cli/command/guest/qemu/guest-qemu-resume.go(+1 -1)📝
cli/command/list/list-snapshots.go(+1 -1)📝
cli/command/update/update-snapshotdescription.go(+1 -1)📝
cli/print.go(+3 -1)...and 14 more files
📄 Description
Added the
GuestIDtype for the vmid.This type has validation as the id has a limited valid range.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.