Iops

class Iops

The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Peak IOPS unrelated to read and write operations.

Link copied to clipboard
val read: Double?

Peak IOPS related to read operations.

Link copied to clipboard

Peak total IOPS on your on-premises storage system resource.

Link copied to clipboard

Peak IOPS related to write operations.

Functions

Link copied to clipboard
inline fun copy(block: Iops.Builder.() -> Unit = {}): Iops
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String