A newer version is available. For the latest information, see the
current release documentation.
CompatibleVersionResource
edit
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" : null, "compatible_node_types" : [ "string" ], "node_type" : "string" } ], "version" : "string" }