Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
370 stars 234 forks source link

Feature: guest features #273

Closed Tinyblargon closed 9 months ago

Tinyblargon commented 1 year ago

Add functionality to check which features are enable for a guest system.

Work done:

The reason GuestHasFeature() and ListGuestFeatures() exist is because only one feature can be checked at the time resulting in multiple API calls. For this reason I didn't incorporate it into ConfigQemu and ConfigLxc.