vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - PlacementResult(vim.cluster.PlacementResult)
- Returned by
 - PlaceVm
 - Extends
 - DynamicData
 - See also
 - ClusterDrsFaults, ClusterRecommendation
 - Since
 - vSphere API Release 6.0
 
Data Object Description
PlaceVm method can invoke DRS for recommendations for target hosts and datastores for placing a virtual machine and its virtual disks using xVMotion. PlacementResult is the class of the result returned by that method.
Properties
| Name | Type | Description | 
|---|---|---|
| drsFault* | ClusterDrsFaults | 
         Information about any fault in case DRS fails to make a recommendation.
       | 
| recommendations* | ClusterRecommendation[] | 
         The list of recommendations for where to place the virtual machine
 and its virtual disks.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |