fix:增加VmInfoList

Former-commit-id: 3288ae6838eee4dacf1468ccd3daf27062546947
This commit is contained in:
qiwang 2024-01-05 11:19:08 +08:00
parent 6310118bf4
commit b675deb8ff
1 changed files with 25 additions and 24 deletions

View File

@ -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 {
} }