ServerlessCacheEcpuPerSecond

data class ServerlessCacheEcpuPerSecond(val maximum: Int? = null, val minimum: Int? = null)

The ECPU per second of the Serverless Cache.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximum: Int? = null

The maximum ECPU per second of the Serverless Cache.

Link copied to clipboard
val minimum: Int? = null

The minimum ECPU per second of the Serverless Cache.