Vcenter Deployment Size ResizeInfo

Vcenter Deployment Size ResizeInfo
Vcenter Deployment Size ResizeInfo

The Vcenter Deployment Size ResizeInfo schema contains the properties to capture the details of a deployment resize operation

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "source_deployment_size_name": "string",
    "desired_deployment_size_name": "string",
    "requirements_info": {
        "extra_cpu_count_needed": 0,
        "extra_memory_needed": {
            "value": 0,
            "unit": "string"
        },
        "extra_total_disk_space_needed": {
            "value": 0,
            "unit": "string"
        },
        "restart_required": false
    }
}
string
source_deployment_size_name
Required

The current deployment size of the vCenter

For more information see: Vcenter Deployment DeploymentSize.

This property was added in vSphere API 9.1.0.0.

string
desired_deployment_size_name
Required

The target deployment size of the vCenter

For more information see: Vcenter Deployment DeploymentSize.

This property was added in vSphere API 9.1.0.0.

requirements_info
Required

The requirements needed to achieve desired deployment size

This property was added in vSphere API 9.1.0.0.