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