EphemeralDiskArgs

data class EphemeralDiskArgs(val disks: Output<List<DiskArgs>>? = null, val replicas: Output<Double>? = null) : ConvertibleToJava<EphemeralDiskArgs>

Ephemeral Disk Pool Properties

Constructors

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

Properties

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

The number of data copies. Default 3.

Functions

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