Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
384 stars 240 forks source link

Feature: Optional Protection setting #320

Closed xserrat closed 8 months ago

xserrat commented 8 months ago

Expose optional protection setting to prevent VMs from being removed.

It closes #319

xserrat commented 8 months ago

Could you add the protection setting to ConfigQemu.mapToApiValues() as well? Everything else looks good.

Sure! thanks for the review!