Vcenter Deployment DeploymentInfo
The Vcenter Deployment DeploymentInfo schema contains the properties to describe the deployment of vCenter. It is intended to be used as a response Info for query operations.
This schema was added in vSphere API 9.1.0.0.
{
"size": "string",
"cpu_count": 0,
"memory": {
"value": 0,
"unit": "string"
},
"disks": [
{
"name": "string",
"size": {
"value": 0,
"unit": "string"
}
}
],
"total_disk_space": {
"value": 0,
"unit": "string"
},
"host_count": 0,
"vm_count": 0,
"modified_by_user": false
}
The deployment size of the vCenter, for example, small, medium , large and so on. The below values of {#member cpuCount}, {#member memory}, {#member disks} are minimum possible values for a given deployment size. In case the value of {#name modifiedByUser} is true, these values of { #cpuCount}, {#member memory}, {#member disks} represent the user modified values of these hardware resources and {#member size} represents the out of box deployment size. But the {#member hostCount} and {#member vmCount} still represent the maximum hosts and maximum VMs supported as per the out of box deployment size.
For more information see: Vcenter Deployment DeploymentSize.
This property was added in vSphere API 9.1.0.0.
The number of CPUs in a given deployment type.
This property was added in vSphere API 9.1.0.0.
The memory or RAM of a given deployment type.
This property was added in vSphere API 9.1.0.0.
A list of disks of type Vcenter Deployment Disk corresponding to a given deployment type.
This property was added in vSphere API 9.1.0.0.
Sum total of disk space needed for a given deployment size.
This property was added in vSphere API 9.1.0.0.
The maximum Host count supported by this deployment size.
This property was added in vSphere API 9.1.0.0.
The maximum Virtual Machine count supported by this deployment size.
This property was added in vSphere API 9.1.0.0.
A flag indicating whether the out of box hardware resources have been modified by the user. If it is set to false, the cpuCount, memory and disk values will match the definition of deployment-size, else the cpuCount, memory and disk represent user modified values.
This property was added in vSphere API 9.1.0.0.