DiskPoolPropertiesResponse

data class DiskPoolPropertiesResponse(val csiParams: Map<String, String>? = null, val disks: List<String>? = null, val maxVolumeCapacityGiB: Double? = null)

Disk Pool Properties

Constructors

Link copied to clipboard
constructor(csiParams: Map<String, String>? = null, disks: List<String>? = null, maxVolumeCapacityGiB: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val csiParams: Map<String, String>? = null

List of KV pairs to set in StorageClass to configure CSI driver.

Link copied to clipboard
val disks: List<String>? = null

Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).

Link copied to clipboard

Maximum capacity of the volumes in GiB the user intends to create. Default 512.