FabricFlavorDescription
FabricFlavorDescription
Represents fabric flavor instance type description. Used when creating flavor profiles.
JSON Example
{
"memoryInMB": 4096,
"name": "t2.small, t2.medium",
"cpuCount": 4
}
integer As int64 As int64
memoryInMB
Optional
Total amount of memory (in megabytes). Mandatory for private clouds such as vSphere. Not populated when inapplicable.
string
name
Optional
The value of the instance type in the corresponding cloud. Valid and mandatory for public clouds
integer As int32 As int32
cpuCount
Optional
Number of CPU cores. Mandatory for private clouds such as vSphere. Not populated when inapplicable.