GetServerlessCacheCacheUsageLimitsEcpuPerSecond

data class GetServerlessCacheCacheUsageLimitsEcpuPerSecond(val maximum: Int, val minimum: Int)

Constructors

constructor(maximum: Int, minimum: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of ECPUs the cache can consume per second.

Link copied to clipboard

The minimum number of ECPUs the cache can consume per second.