FlavorResult

FlavorResult
FlavorResult

State object representing a query result of falvor mappings.

JSON Example
{
    "content": [
        {
            "mapping": {
                "mapping": {
                    "bootDiskSizeInMB": 486400,
                    "memoryInMB": 15616,
                    "name": "i3.large",
                    "storageType": "NVMe_SSD",
                    "id": "i3.large",
                    "dataDiskSizeInMB": 486400,
                    "dataDiskMaxCount": 1,
                    "networkType": "Up to 10 Gigabit",
                    "cpuCount": 2
                }
            },
            "externalRegionId": "us-east-1",
            "_links": {
                "_links": {
                    "hrefs": [
                        "string"
                    ],
                    "href": "string"
                }
            }
        }
    ],
    "totalElements": 1
}
content
Optional

List of content items

integer As int64 As int64
totalElements
Optional

Total number of elements

Returned By