vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - ClusterRecommendation(vim.cluster.Recommendation)
- Property of
 - ClusterComputeResource, ClusterEnterMaintenanceResult, ClusterPowerOnVmResult, PlacementResult, PodStorageDrsEntry, StoragePlacementResult
 - Extends
 - DynamicData
 - See also
 - ClusterAction, LocalizableMessage
 - Since
 - VI API 2.5
 
Data Object Description
Recommendation is the base class for any packaged group of actions that are intended to take the system from one state to another one.Properties
| Name | Type | Description | 
|---|---|---|
| action* | ClusterAction[] | 
         List of actions that are executed as part of this recommendation
       | 
| key | xsd:string | 
         Key to identify the recommendation when calling applyRecommendation.
       | 
| prerequisite* | xsd:string[] | 
         This recommendation may depend on some other recommendations.
 The prerequisite recommendations are listed by their keys.
       | 
| rating | xsd:int | 
         A rating of the recommendation.
  Valid values range from 1 (lowest confidence) to 5 (highest confidence).
       | 
| reason | xsd:string | 
         A reason code explaining why this set of migrations is being suggested.
       | 
| reasonText | xsd:string | 
         Text that provides more information about the reason code for the suggested
 set of migrations.
       | 
| target* | ManagedObjectReference | 
         The target object of this recommendation.
       | 
| time | xsd:dateTime | 
         The time this recommendation was computed.
       | 
| type | xsd:string | 
         Type of the recommendation. This differentiates between various
 of recommendations aimed at achieving different goals.
       | 
| warningDetails* | LocalizableMessage | 
         Warning about potential adverse implications of applying a recommendation
      
Since vSphere API Release 6.0 | 
| warningText* | xsd:string | 
         Text that provides warnings about potential adverse implications of
 applying this recommendation
      
Since vSphere API Release 6.0 | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |