This commit is contained in:
2026-03-27 17:29:52 +03:00
parent 444a33dc7e
commit 9258a1574b
25 changed files with 570 additions and 44 deletions

View File

@@ -21,6 +21,10 @@ type CreateRequest struct {
// If true, all nodes belonging to the given zone will be marked for autostart
// Required: false
AutoStart interface{} `url:"autostart,omitempty" json:"autostart,omitempty" validate:"omitempty,isBool"`
// Enables Distributed Resource Scheduler (DRS) functionality for the zone
// Required: false
DRS interface{} `url:"drs,omitempty" json:"drs,omitempty" validate:"omitempty,isBool"`
}
// Create creates zone object