fix:增加VmInfoList
Former-commit-id: 3288ae6838eee4dacf1468ccd3daf27062546947
This commit is contained in:
parent
6310118bf4
commit
b675deb8ff
|
@ -235,7 +235,9 @@ type (
|
||||||
commitVmTaskReq {
|
commitVmTaskReq {
|
||||||
server Server `json:"server,optional"`
|
server Server `json:"server,optional"`
|
||||||
platform string `json:"platform,optional"`
|
platform string `json:"platform,optional"`
|
||||||
|
}
|
||||||
Server {
|
Server {
|
||||||
|
allCardRunTime string `json:"allCardRunTime"`
|
||||||
flavorRef string `json:"flavorRef,optional"`
|
flavorRef string `json:"flavorRef,optional"`
|
||||||
name string `json:"name,optional"`
|
name string `json:"name,optional"`
|
||||||
imageRef string `json:"imageRef,optional"`
|
imageRef string `json:"imageRef,optional"`
|
||||||
|
@ -257,7 +259,6 @@ type (
|
||||||
Block_device_mapping_v2 {
|
Block_device_mapping_v2 {
|
||||||
uuid string `json:"uuid,optional"`
|
uuid string `json:"uuid,optional"`
|
||||||
}
|
}
|
||||||
}
|
|
||||||
commitVmTaskResp {
|
commitVmTaskResp {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue