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 8598a7b commit 2c88978Copy full SHA for 2c88978
instance/cloudServerResize.go
@@ -28,7 +28,7 @@ type CloudServerResizeParams struct {
28
UniqId string `yaml:"uniq-id"`
29
ConfigId int64 `yaml:"config-id"`
30
SkipFsResize bool `yaml:"skip-fs-resize"`
31
- PrivateParent string `yaml:"string"`
+ PrivateParent string `yaml:"private-parent"`
32
Memory int64 `yaml:"memory"`
33
Vcpu int64 `yaml:"vcpu"`
34
DiskSpace int64 `yaml:"disk-space"`
0 commit comments