FabricImageDescription
Represents fabric image description. Used when creating image profiles.
{
"ubuntu": {
"id": "9e49",
"name": "ami-ubuntu-16.04-1.9.1-00-1516139717"
},
"centos": {
"id": "9e50",
"name": "ami-centos-7-1.13.0-00-1543963388"
}
}
The id of the fabric image. This ID could be taken from id field of response of GET /iaas/api/fabric-images
Fabric image name. Valid if id not provided. This name could be taken from name field of response of GET /iaas/api/fabric-images
External entity Id. Valid if id and name are not provided.
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.
Cloud config for this image. This cloud config will be merged during provisioning with other cloud configurations such as the bootConfig provided in MachineSpecification.