ServerlessCacheCacheUsageLimitsDataStorageArgs

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

Constructors

constructor(maximum: Output<Int>? = null, minimum: Output<Int>? = null, unit: Output<String>)

Properties

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

The upper limit for data storage the cache is set to use. Must be between 1 and 5,000.

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

The lower limit for data storage the cache is set to use. Must be between 1 and 5,000.

Link copied to clipboard
val unit: Output<String>

The unit that the storage is measured in, in GB.

Functions

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