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.
{
"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
}
}
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.
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.
The requirements needed to achieve desired deployment size
This property was added in vSphere API 9.1.0.0.