Storage Pool Resource Status Response
data class StoragePoolResourceStatusResponse(val aggregateDiskProvisionedIops: String, val aggregateDiskSizeGb: String, val lastResizeTimestamp: String, val maxAggregateDiskSizeGb: String, val numberOfDisks: String, val usedBytes: String, val usedReducedBytes: String)
Output Only Contains output only fields.
Constructors
Properties
Link copied to clipboard
Sum of all the disk' provisioned IOPS.
Link copied to clipboard
Sum of all the capacity provisioned in disks in this storage pool. A disk's provisioned capacity is the same as its total capacity.
Link copied to clipboard
Timestamp of the last successful resize in RFC3339 text format.
Link copied to clipboard
Maximum allowed aggregate disk size in gigabytes.
Link copied to clipboard
Number of disks used.
Link copied to clipboard
Space used by compressed and deduped data stored in disks within the storage pool (in bytes).