FabricFlavor

FabricFlavor
FabricFlavor

Represents a fabric flavor from the corresponding cloud end-point

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

Size of the boot disk (in megabytes). Not populated when inapplicable.

integer As int64 As int64
memoryInMB
Optional

Total amount of memory (in megabytes). Not populated when inapplicable.

string
name
Required

The value of the instance type in the corresponding cloud.

string
storageType
Optional

The type of storage supported by this instance type. Not populated when inapplicable.

string
id
Optional

The internal identification used by the corresponding cloud end-point

integer As int32 As int32
dataDiskSizeInMB
Optional

Size of the data disks (in megabytes). Not populated when inapplicable.

integer As int32 As int32
dataDiskMaxCount
Optional

Number of data disks. Not populated when inapplicable.

string
networkType
Optional

The type of network supported by this instance type. Not populated when inapplicable.

integer As int32 As int32
cpuCount
Optional

Number of CPU cores. Not populated when inapplicable.