We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a0440 commit 3a6bb6fCopy full SHA for 3a6bb6f
api/qemu_type.go
@@ -400,7 +400,7 @@ type VirtualMachineCreateOptions struct {
400
// cloud-init setup public ssh keys (one key per line, OpenSSH format)
401
SSHKeys string `json:"sshkeys,omitempty"`
402
StartDate string `json:"startdate,omitempty"`
403
- StartUp int8 `json:"startup,omitempty"`
+ StartUp string `json:"startup,omitempty"`
404
Storage string `json:"storage,omitempty"`
405
Tablet int8 `json:"tablet,omitempty"`
406
// tags of the VM. only for meta information
0 commit comments