fix structure host storage output: storagecache_id

This commit is contained in:
wanyaoqi
2020-03-11 18:03:36 +08:00
parent a9e9666989
commit 41ddd6c452
+1 -1
View File
@@ -48,7 +48,7 @@ type HoststorageDetails struct {
// 镜像缓存路径
ImagecachePath string `json:"imagecache_path"`
// 存储缓存Id
StoragecacheId string `json:"storagecached_id"`
StoragecacheId string `json:"storagecache_id"`
GuestDiskCount int `json:"guest_disk_count,allowempty"`
}