ServerlessCacheEcpuPerSecondArgs

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

The ECPU per second of the Serverless Cache.

Constructors

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

Properties

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

The maximum ECPU per second of the Serverless Cache.

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

The minimum ECPU per second of the Serverless Cache.

Functions

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