EphemeralDiskResponse

data class EphemeralDiskResponse(val disks: List<DiskResponse>? = null, val replicas: Double? = null)

Ephemeral Disk Pool Properties

Constructors

Link copied to clipboard
constructor(disks: List<DiskResponse>? = null, replicas: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disks: List<DiskResponse>? = 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
val replicas: Double? = null

The number of data copies. Default 3.