Cluster_Flavor_Fields
idinteger
Unique numeric identifier for the flavor.
Example:
4501namestring
Name of the flavor.
Example:
n1-cpu-smallcpuinteger
Number of CPU cores.
Example:
4ramnumber
Memory allocated to the flavor, in GB.
Example:
4diskinteger
Root disk capacity, in GB.
Example:
100ephemeralinteger
Ephemeral disk capacity, in GB. Cleared when the VM is deleted.
Example:
0gpustring
GPU model name. Empty string if the flavor has no GPU.
Example:
gpu_countinteger
Number of GPUs attached to the flavor.
Example:
0features object
Feature flags for the flavor, such as high-speed networking and hibernation or snapshot restrictions.
object
labels object[]
Labels associated with the flavor.
Array [
idinteger
Unique numeric identifier for the label.
labelstring
The label name.
]
Cluster_Flavor_Fields
{
"id": 4501,
"name": "n1-cpu-small",
"cpu": 4,
"ram": 4,
"disk": 100,
"ephemeral": 0,
"gpu": "",
"gpu_count": 0,
"features": {},
"labels": [
{
"id": 0,
"label": "string"
}
]
}
Was this page helpful?