FabricImageDescription
FabricImageDescription
Represents fabric image description. Used when creating image profiles.
JSON Example
{
"cloudConfig": "runcmd:\n - [\"mkdir\", \"/imageFolder\"]",
"name": "ami-ubuntu-16.04-1.9.1-00-1516139717",
"id": "9e49",
"constraints": [
{
"expression": "ha:strong",
"mandatory": false
}
]
}
string
cloudConfig
Optional
Cloud config for this image. This cloud config will be merged during provisioning with other cloud configurations such as the bootConfig provided in MachineSpecification.
string
name
Optional
Fabric image name. Valid if id not provided.
string
id
Optional
The id of the fabric image
array of Constraint
constraints
Optional
Constraints that are used to drive placement policies for the image that is produced from this mapping.Constraint expressions are matched against tags on existing placement targets.