ServerlessCacheDataStorageArgs

data class ServerlessCacheDataStorageArgs(val maximum: Output<Int>? = null, val minimum: Output<Int>? = null, val unit: Output<ServerlessCacheDataStorageUnit>) : ConvertibleToJava<ServerlessCacheDataStorageArgs>

The cached data capacity of the Serverless Cache.

Constructors

Link copied to clipboard
constructor(maximum: Output<Int>? = null, minimum: Output<Int>? = null, unit: Output<ServerlessCacheDataStorageUnit>)

Properties

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

The maximum cached data capacity of the Serverless Cache.

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

The minimum cached data capacity of the Serverless Cache.

Link copied to clipboard

The unit of cached data capacity of the Serverless Cache.

Functions

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