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
Read-Only
The required CPU count for the given applianceSize
integer As int64
As int64
requiredMemory
Read-Only
The required memory for the given applianceSize. The size is in MB.
integer As int64
As int64
requiredStorage
Read-Only
The required memory for the given storageSize. The size is in GB.
integer As int64
As int64
vmCount
Read-Only
Number of VMs vCenter appliance supports
integer As int64
As int64
hostCount
Read-Only
Number of hosts vCenter appliance supports
boolean
isRecommended
Read-Only
True if recommended by platform, false otherwise