FabricFlavorResult

FabricFlavorResult
FabricFlavorResult

State object representing a query result of fabric flavors.

JSON Example
{
    "content": [
        {
            "bootDiskSizeInMB": 486400,
            "memoryInMB": 15616,
            "name": "i3.large",
            "storageType": "NVMe_SSD",
            "id": "i3.large",
            "dataDiskSizeInMB": 486400,
            "dataDiskMaxCount": 1,
            "networkType": "Up to 10 Gigabit",
            "cpuCount": 2
        }
    ],
    "totalElements": 1
}
content
Optional

List of content items

integer As int64 As int64
totalElements
Optional

Total number of elements