DiscreteSizesedit

Instance sizes that are supported by the Elasticsearch instance, Kibana instance, or APM Server configuration.

Propertiesedit

default_size (integer as int32)
The default size
resource (string; allowed values: [memory, storage])
The unit that each size represents. If not specified, it will default to 'memory'.
sizes (array[integer], required)
List of supported sizes

Exampleedit

{
   "default_size" : 0,
   "resource" : "string",
   "sizes" : [
      0
   ]
}