This commit is contained in:
2024-10-02 12:14:31 +03:00
parent a25a3c2e5c
commit 000c1b1704
39 changed files with 110 additions and 135 deletions

View File

@@ -98,7 +98,7 @@ type ListVMRequest struct {
// Set memory hotplugging mode for the specified VM.
// Required: false
RAMHotplugEnabled bool `url:"ram_hotplug_enabled" json:"ram_hotplug_enabled"`
RAMHotplugEnabled bool `url:"ram_hotplug_enabled,omitempty" json:"ram_hotplug_enabled,omitempty"`
// Set memory guarantee size as a percentage of VM RAM.
// Required: false