Serverless Cache Data Storage
data class ServerlessCacheDataStorage(val maximum: Int? = null, val minimum: Int? = null, val unit: ServerlessCacheDataStorageUnit)
The cached data capacity of the Serverless Cache.
The cached data capacity of the Serverless Cache.