Vcenter Deployment Size RequirementsInfo

Vcenter Deployment Size RequirementsInfo
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.

JSON Example
{
    "extra_cpu_count_needed": 0,
    "extra_memory_needed": {
        "value": 0,
        "unit": "string"
    },
    "extra_total_disk_space_needed": {
        "value": 0,
        "unit": "string"
    },
    "restart_required": false
}
integer As int64 As int64
extra_cpu_count_needed
Required

Extra number of CPUs for a given deployment type.

This property was added in vSphere API 9.1.0.0.

extra_memory_needed
Required

Extra memory or RAM for a given deployment type

This property was added in vSphere API 9.1.0.0.

extra_total_disk_space_needed
Required

Extra disk space needed for a given deployment size.

This property was added in vSphere API 9.1.0.0.

boolean
restart_required
Required

Flag to indicate whether vCenter restart is needed

This property was added in vSphere API 9.1.0.0.