KxClusterCacheStorageConfigurationArgs

data class KxClusterCacheStorageConfigurationArgs(val size: Output<Int>, val type: Output<String>) : ConvertibleToJava<KxClusterCacheStorageConfigurationArgs>

Constructors

Link copied to clipboard
constructor(size: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val size: Output<Int>
Link copied to clipboard
val type: Output<String>

Type of KDB database. The following types are available:

Functions

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