Skip to main content

CompatibleFlavor

flavor_idinteger

Identifier of the compatible flavor.

flavor_namestring

Name of the compatible flavor.

link_typestring

Type of compatibility link. hard blocks deployment on this flavor; soft allows deployment with a performance warning.

constraints object

JSON constraints object

object
reasonstring

Human-readable reason the operation was rejected.

CompatibleFlavor
{
"flavor_id": 0,
"flavor_name": "string",
"link_type": "string",
"constraints": {},
"reason": "string"
}