vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - StoragePlacementResult(vim.storageDrs.StoragePlacementResult)
- Returned by
- DatastoreEnterMaintenanceMode, RecommendDatastores
- Extends
- DynamicData
- See also
- ClusterDrsFaults, ClusterRecommendation, Task
- Since
- vSphere API Release 5.0
Data Object Description
Both RecommendDatastores and DatastoreEnterMaintenanceMode methods may invoke Storage DRS for recommendations on placing or evacuating virtual disks. StoragePlacementResult is the class of the result returned by the methods.
Properties
Name | Type | Description |
---|---|---|
drsFault* | ClusterDrsFaults |
Information about any fault in case Storage DRS failed to make a recommendation.
|
recommendations* | ClusterRecommendation[] |
The list of recommendations that the client needs to approve manually.
|
task* | ManagedObjectReference
to a Task |
The ID of the task, which monitors the storage placement or datastore entering
maintennace mode operation.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |