This commit is contained in:
2023-09-27 14:46:23 +03:00
parent 78a4152471
commit 082f577e17
60 changed files with 72 additions and 2108 deletions

View File

@@ -79,11 +79,7 @@ type CreateRequest struct {
// Start VM upon success
// Required: false
Start bool `url:"start" json:"start"`
// Stack ID
// Required: false
StackID uint64 `url:"stackId,omitempty" json:"stackId,omitempty"`
Start bool `url:"start,omitempty" json:"start,omitempty"`
// System name
// Required: false
@@ -92,10 +88,6 @@ type CreateRequest struct {
// Compute purpose
// Required: false
IPAType string `url:"ipaType,omitempty" json:"ipaType,omitempty"`
// Reason for action
// Required: false
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
}
type wrapperCreateRequest struct {

View File

@@ -64,7 +64,7 @@ type MassCreateRequest struct {
// Start after create of not
// Required: false
Start bool `url:"start" json:"start"`
Start bool `url:"start,omitempty" json:"start,omitempty"`
// Reason to action
// Required: false