KxClusterSavedownStorageConfigurationArgs

data class KxClusterSavedownStorageConfigurationArgs(val size: Output<Int>? = null, val type: Output<String>? = null, val volumeName: Output<String>? = null) : ConvertibleToJava<KxClusterSavedownStorageConfigurationArgs>

Constructors

constructor(size: Output<Int>? = null, type: Output<String>? = null, volumeName: Output<String>? = null)

Properties

Link copied to clipboard
val size: Output<Int>? = null

Size of temporary storage in gigabytes. Must be between 10 and 16000.

Link copied to clipboard
val type: Output<String>? = null

Type of writeable storage space for temporarily storing your savedown data. The valid values are:

Link copied to clipboard
val volumeName: Output<String>? = null

The name of the kdb volume that you want to use as writeable save-down storage for clusters.

Functions

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