FabricImageDescription

FabricImageDescription
FabricImageDescription

Represents fabric image description. Used when creating image profiles.

JSON Example
{
    "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"
    }
}
string
id
Optional

The id of the fabric image. This ID could be taken from id field of response of GET /iaas/api/fabric-images

string
name
Optional

Fabric image name. Valid if id not provided. This name could be taken from name field of response of GET /iaas/api/fabric-images

string
externalId
Optional

External entity Id. Valid if id and name are not provided.

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.

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.