Skip to main content

ImageRestrictions

has_image_restrictionsboolean

Whether the flavor is restricted to a set of images.

restriction_typestring

Type of image restriction applied to the flavor. hard blocks deployment with images that are not approved for the flavor; soft allows deployment with a performance warning; null means no restrictions.

compatible_images object[]

Images the flavor is allowed to launch.

  • Array [
  • image_idinteger

    Identifier of the compatible image.

    image_namestring

    Name of the compatible image.

    link_typestring

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

    constraints object

    JSON constraints object

    object
    reasonstring

    Human-readable reason the operation was rejected.

  • ]
  • jsonImageRestrictions
    {
    "has_image_restrictions": true,
    "restriction_type": "string",
    "compatible_images": [
    {
    "image_id": 0,
    "image_name": "string",
    "link_type": "string",
    "constraints": {},
    "reason": "string"
    }
    ]
    }