FabricFlavorDescription
Represents fabric flavor instance type description. Used when creating flavor profiles.
{
"name": "t2.small, t2.medium",
"id": "901004, 901008",
"cpuCount": 4,
"memoryInMB": 4096,
"coreCount": 2
}
The value of the instance type in the corresponding cloud. Valid and mandatory for public clouds
The id of the instance type in the corresponding cloud.
Number of CPU cores. Mandatory for private clouds such as vSphere. Not populated when inapplicable.
Total amount of memory (in megabytes). Mandatory for private clouds such as vSphere. Not populated when inapplicable.
Number of Cores per Socket. Mandatory for private clouds such as vSphere. Not populated when inapplicable.