mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 16:05:54 +03:00
[PR #39] [MERGED] Expose GetVmAgentNetworkInterfaces #174
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#174
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/39
Author: @ghost
Created: 7/17/2019
Status: ✅ Merged
Merged: 7/17/2019
Merged by: @ggongaware
Base:
master← Head:feature/getNetworkInterfaces📝 Commits (1)
0e93c01expose GetVmAgentNetworkInterfaces for usage📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
main.go(+9 -0)📄 Description
Can we expose the already existing getVmAgentNetworkInterfaces for usage?
The already existing functinality in GetVmAgentNetworkInterfaces returns the network interfaces of the VM by help of the Qemu agent (if enabled).
This change only exposes the method for usage. Example output:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.