v1.6.8
This commit is contained in:
@@ -819,7 +819,7 @@ type ItemCompute struct {
|
||||
Devices interface{} `json:"devices"`
|
||||
|
||||
// List disk items
|
||||
Disks []InfoDisk `json:"disks"`
|
||||
Disks ListInfoDisks `json:"disks"`
|
||||
|
||||
// Driver
|
||||
Driver string `json:"driver"`
|
||||
@@ -918,6 +918,9 @@ type ItemCompute struct {
|
||||
VirtualImageID uint64 `json:"virtualImageId"`
|
||||
}
|
||||
|
||||
// ListInfoDisks
|
||||
type ListInfoDisks []InfoDisk
|
||||
|
||||
// Information Disk
|
||||
type InfoDisk struct {
|
||||
// ID
|
||||
|
||||
Reference in New Issue
Block a user