FlavorMapping

FlavorMapping
FlavorMapping

Describes a flavor mapping between a global fabric flavor key and fabric flavor.
HATEOAS links:
region - Region - Region for the mapping.

JSON Example
{
    "mapping": {
        "small": {
            "name": "t2.small",
            "cpuCount": "1",
            "MemoryInMB": "2048",
            "storageType": "EBS",
            "networkType": "Low to Moderate"
        }
    },
    "externalRegionId": "us-east-1",
    "_links": {
        "empty": false
    }
}
object
mapping
Required

Flavors defined for the particular region. Keyed by global flavor key.

string
externalRegionId
Optional

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

_links
Required

HATEOAS of the entity