EphemeralPoolPropertiesArgs

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

Ephemeral Pool Properties

Constructors

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

Properties

Link copied to clipboard
val diskFormat: Output<Boolean>? = null

Consent to format the local disks.

Link copied to clipboard
val disks: Output<List<String>>

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 diskSelector: Output<List<String>>

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

Functions

Link copied to clipboard
open override fun toJava(): EphemeralPoolPropertiesArgs