Capacity

class Capacity

The storage capacity of an on-premises storage system resource (for example, a volume).

Types

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

Properties

Link copied to clipboard

The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).

Link copied to clipboard

The amount of space that's being used in a storage system resource without accounting for compression or deduplication.

Link copied to clipboard

The total amount of space available in a storage system resource.

Link copied to clipboard
val used: Long?

The amount of space that's being used in a storage system resource.

Functions

Link copied to clipboard
inline fun copy(block: Capacity.Builder.() -> Unit = {}): Capacity
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