CacheClusterSize

Returns the size of the CacheCluster.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cacheclustersize-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CacheClusterSize",
  "title": "CacheClusterSize",
  "type": "string",
  "enum": [
    "0.5",
    "1.6",
    "6.1",
    "13.5",
    "28.4",
    "58.2",
    "118",
    "237"
  ],
  "description": "Returns the size of the CacheCluster."
}