InstanceTypeResourceedit

Intentionally left blank

Propertiesedit

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

Exampleedit

{
   "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"
      }
   ]
}