VcenterApplianceSizingInfo

VcenterApplianceSizingInfo
VcenterApplianceSizingInfo

Rest API Model for VcenterApplianceSizingInfo for the vCenter

JSON Example
{
    "applianceSize": "One among: TINY, SMALL, MEDIUM, SMALL, XLARGE",
    "storageSize": "One among: REGULAR, LARGE, XLARGE",
    "requiredCpu": 0,
    "requiredMemory": 0,
    "requiredStorage": 0,
    "vmCount": 0,
    "hostCount": 0,
    "isRecommended": false
}
string
applianceSize
Optional

vCenter appliance size

string
storageSize
Optional

vCenter appliance storage size

integer As int64 As int64
requiredCpu
Optional

The required CPU count for the given applianceSize

integer As int64 As int64
requiredMemory
Optional

The required memory for the given applianceSize. The size is in MB.

integer As int64 As int64
requiredStorage
Optional

The required memory for the given storageSize. The size is in GB.

integer As int64 As int64
vmCount
Optional

Number of VMs vCenter appliance supports

integer As int64 As int64
hostCount
Optional

Number of hosts vCenter appliance supports

boolean
isRecommended
Optional

True if recommended by platform, false otherwise