v11.0.0
This commit is contained in:
@@ -28,10 +28,12 @@ type ComputeUsage struct {
|
||||
}
|
||||
|
||||
type ItemDisk struct {
|
||||
Pool string `json:"pool"`
|
||||
ResID string `json:"resId"`
|
||||
SizeUsed uint64 `json:"sizeUsed"`
|
||||
SizeMax uint64 `json:"sizeMax"`
|
||||
ID uint64 `json:"id"`
|
||||
Pool string `json:"pool"`
|
||||
ResID string `json:"resId"`
|
||||
SizeUsed float64 `json:"sizeUsed"`
|
||||
SizeAvailable float64 `json:"sizeAvailable"`
|
||||
SizeMax float64 `json:"sizeMax"`
|
||||
}
|
||||
|
||||
// GetByGRIDData represents an array of data points
|
||||
|
||||
Reference in New Issue
Block a user