EphemeralPoolPropertiesResponse

data class EphemeralPoolPropertiesResponse(val diskFormat: Boolean? = null, val diskSelector: List<String>, val disks: List<String>)

Ephemeral Pool Properties

Constructors

Link copied to clipboard
constructor(diskFormat: Boolean? = null, diskSelector: List<String>, disks: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskFormat: Boolean? = null

Consent to format the local disks.

Link copied to clipboard

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

Template name or KV pairs containing disk selection criteria, e.g. model="Microsoft NVMe Direct Disk" to match all Lsv2 NVMe disks.