This commit is contained in:
stSolo
2023-02-13 12:06:43 +03:00
parent 84bcd2eb53
commit 46af79b664
4 changed files with 10 additions and 43 deletions

View File

@@ -622,7 +622,7 @@ type ItemComputeDisk struct {
SizeMax uint64 `json:"sizeMax"`
//Size used
SizeUsed uint64 `json:"sizeUsed"`
SizeUsed float64 `json:"sizeUsed"`
// List extend snapshots
Snapshots SnapshotExtendList `json:"snapshots"`