ImageMapping

ImageMapping
ImageMapping

Describes an image mapping between image key and fabric image.
HATEOAS links:
region - Region - Region for the mapping.

JSON Example
{
    "mapping": {
        "mapping": {
            "owner": "[email protected]",
            "cloudConfig": "runcmd:\n  - [\"mkdir\", \"/imageFolder\"]",
            "osFamily": "linux, win",
            "_links": {
                "_links": {
                    "hrefs": [
                        "string"
                    ],
                    "href": "string"
                }
            },
            "externalRegionId": "us-east-1",
            "description": "my-description",
            "externalId": "i-cfe4-e241-e53b-756a9a2e25d2",
            "isPrivate": true,
            "constraints": [
                {
                    "expression": "ha:strong",
                    "mandatory": false
                }
            ],
            "orgId": "9e49",
            "organizationId": "deprecated",
            "createdAt": "2012-09-27",
            "cloudAccountIds": [
                "string"
            ],
            "customProperties": {
                "customProperties": "string"
            },
            "name": "my-name",
            "id": "9e49",
            "updatedAt": "2012-09-27"
        }
    },
    "externalRegionId": "us-east-1",
    "_links": {
        "_links": {
            "hrefs": [
                "string"
            ],
            "href": "string"
        }
    }
}
object
mapping
Required

Image mapping defined for the particular region.

string
externalRegionId
Optional

The id of the region for which this mapping is defined.

object
_links
Required

HATEOAS of the entity