v14.5.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user