Vcenter Deployment Size RequirementsInfo
The {name RequirementsInfo} schema contains the details about the requirements that are needed to scale up the vCenter to a given deployment size
This schema was added in vSphere API 9.1.0.0.
{
"extra_cpu_count_needed": 0,
"extra_memory_needed": {
"value": 0,
"unit": "string"
},
"extra_total_disk_space_needed": {
"value": 0,
"unit": "string"
},
"restart_required": false
}
Extra number of CPUs for a given deployment type.
This property was added in vSphere API 9.1.0.0.
Extra memory or RAM for a given deployment type
This property was added in vSphere API 9.1.0.0.
Extra disk space needed for a given deployment size.
This property was added in vSphere API 9.1.0.0.
Flag to indicate whether vCenter restart is needed
This property was added in vSphere API 9.1.0.0.