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
keyxsd: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.
ratingxsd:int

A rating of the recommendation. Valid values range from 1 (lowest confidence) to 5 (highest confidence).
reasonxsd:string

A reason code explaining why this set of migrations is being suggested.
reasonTextxsd:string

Text that provides more information about the reason code for the suggested set of migrations.
target*ManagedObjectReference

The target object of this recommendation.
timexsd:dateTime

The time this recommendation was computed.
typexsd: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 6.0
warningText*xsd:string

Text that provides warnings about potential adverse implications of applying this recommendation

Since vSphere API 6.0
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition