It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
InstanceTypeResource
editInstanceTypeResource
editIntentionally left blank
Properties
edit-
compatibility
(array[
CompatibleVersionResource
]
, required) - Compatible versions
-
default_instance_configuration_id
(string
) - Id of the default instance configuration to use for this instance type.
-
description
(string
, required) - Instance type description
-
instance_type
(string
, required) - Instance type, the key for this resource
-
name
(string
, required) - Instance type name
-
node_types
(array[
NodeTypeResource
]
, required) - Supported node types
Example
edit{ "compatibility" : [ { "capacity_constraints" : { "max" : 0, "min" : 0 }, "node_types" : [ { "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "node_type" : "string" } ], "version" : "string" } ], "default_instance_configuration_id" : "string", "description" : "string", "instance_type" : "string", "name" : "string", "node_types" : [ { "default_instance_configuration_id" : "string", "description" : "string", "mandatory" : true, "name" : "string", "node_type" : "string" } ] }