A newer version is available. For the latest information, see the
current release documentation.
InstanceTypeResource
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
InstanceTypeResource
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"
}
]
}