Skip to main content

FlavorRestrictions

has_flavor_restrictionsboolean

Whether the image has any flavor restrictions.

restriction_typestring

Type of flavor restriction applied to the image. hard blocks deployment on incompatible flavors; soft allows deployment with a performance warning; null means no restrictions.

compatible_flavors object[]

Flavors compatible with the image.

  • Array [
  • 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.

  • ]
  • FlavorRestrictions
    {
    "has_flavor_restrictions": true,
    "restriction_type": "string",
    "compatible_flavors": [
    {
    "flavor_id": 0,
    "flavor_name": "string",
    "link_type": "string",
    "constraints": {},
    "reason": "string"
    }
    ]
    }