mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix structure host storage output: storagecache_id
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user