StoragePoolResourceStatusResponse

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

Link copied to clipboard
fun StoragePoolResourceStatusResponse(aggregateDiskProvisionedIops: String, aggregateDiskSizeGb: String, lastResizeTimestamp: String, maxAggregateDiskSizeGb: String, numberOfDisks: String, usedBytes: String, usedReducedBytes: String)

Types

Link copied to clipboard
object Companion

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 data stored in disks within the storage pool (in bytes).

Link copied to clipboard

Space used by compressed and deduped data stored in disks within the storage pool (in bytes).