File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -31,29 +31,6 @@ type PlanCloudServer struct {
3131 Create []CloudServerCreateParams
3232}
3333
34- type xCloudServerCreateParams struct {
35- Template string
36- Type string
37- Hostname string
38- Ips int
39- PoolIps []string
40- PublicSshKey string
41- ConfigId int
42- BackupPlan string
43- BackupPlanQuota int
44- Bandwidth string
45- Zone int
46- WinAv string
47- MsSql string // windows
48- PrivateParentUniqId string
49- Password string
50- Memory int // required only if private parent
51- Diskspace int // required only if private parent
52- Vcpu int // required only if private parent
53- BackupId int // create from backup
54- ImageId int // create from image
55- }
56-
5734//func ProcessPlan(plan *map[string]interface{}) error {
5835func (ci * Client ) ProcessPlan (plan * Plan ) error {
5936
You can’t perform that action at this time.
0 commit comments