OBJECT
Managed Volume inventory card information.
type ManagedVolumeStats {# Total number of Managed Volumes.count: Int! # Total size provisioned for all the Managed Volumes, in bytes.provisionedSize: Long! # Total physical size used by all the Managed Volumes, in bytes.usedSize: Long! }