v1.6.0-zeta
This commit is contained in:
@@ -79,7 +79,7 @@ type CreateRequest struct {
|
||||
|
||||
// Start VM upon success
|
||||
// Required: false
|
||||
Start bool `url:"start,omitempty" json:"start,omitempty"`
|
||||
Start bool `url:"start" json:"start"`
|
||||
|
||||
// Stack ID
|
||||
// Required: false
|
||||
@@ -97,6 +97,10 @@ type CreateRequest struct {
|
||||
// Required: false
|
||||
CustomField string `url:"customFields,omitempty" json:"customFields,omitempty"`
|
||||
|
||||
//Type of compute Stateful (KVM_X86) or Stateless (SVA_KVM_X86)
|
||||
// Required: false
|
||||
Driver string `url:"driver,omitempty" json:"driver,omitempty"`
|
||||
|
||||
// Reason for action
|
||||
// Required: false
|
||||
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
|
||||
|
||||
@@ -50,6 +50,10 @@ type CreateBlankRequest struct {
|
||||
// Text description of this VM
|
||||
// Required: false
|
||||
Description string `url:"desc,omitempty" json:"desc,omitempty"`
|
||||
|
||||
//Type of compute Stateful (KVM_X86) or Stateless (SVA_KVM_X86)
|
||||
// Required: false
|
||||
Driver string `url:"driver,omitempty" json:"driver,omitempty"`
|
||||
}
|
||||
|
||||
type wrapperCreateBlankRequest struct {
|
||||
|
||||
@@ -64,7 +64,7 @@ type MassCreateRequest struct {
|
||||
|
||||
// Start after create of not
|
||||
// Required: false
|
||||
Start bool `url:"start,omitempty" json:"start,omitempty"`
|
||||
Start bool `url:"start" json:"start"`
|
||||
|
||||
// Reason to action
|
||||
// Required: false
|
||||
|
||||
Reference in New Issue
Block a user