RetentionVolumeResponse

data class RetentionVolumeResponse(val capacityInBytes: Double? = null, val freeSpaceInBytes: Double? = null, val thresholdPercentage: Int? = null, val volumeName: String? = null)

The retention details of the MT.

Constructors

Link copied to clipboard
constructor(capacityInBytes: Double? = null, freeSpaceInBytes: Double? = null, thresholdPercentage: Int? = null, volumeName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacityInBytes: Double? = null

The volume capacity.

Link copied to clipboard

The free space available in this volume.

Link copied to clipboard

The threshold percentage.

Link copied to clipboard
val volumeName: String? = null

The volume name.