Flavor_Object_Fields
cpuinteger
Number of CPU cores.
ramnumber
Memory allocated to the flavor, in GB.
diskinteger
Root disk capacity, in GB.
gpustring
GPU model name. Empty string if the flavor has no GPU.
gpu_countinteger
Number of GPUs attached to the flavor.
Flavor_Object_Fields
{
"cpu": 0,
"ram": 0,
"disk": 0,
"gpu": "string",
"gpu_count": 0
}
Was this page helpful?