CompatibleVersionResourceedit

Information about the compatible version.

Propertiesedit

capacity_constraints (CapacityConstraintsResource)
Capacity constraints for the version
node_types (array[CompatibleNodeTypesResource], required)
Supported node types for the version
version (string, required)
Compatible version, the key for this resource

Exampleedit

{
   "capacity_constraints" : {
      "max" : 0,
      "min" : 0
   },
   "node_types" : [
      {
         "capacity_constraints" : {
            "max" : 0,
            "min" : 0
         },
         "compatible_node_types" : [
            "string"
         ],
         "node_type" : "string"
      }
   ],
   "version" : "string"
}