Data Object - ClusterRecommendation

Property of
ClusterComputeResource, ClusterEnterMaintenanceResult, ClusterPowerOnVmResult, PodStorageDrsEntry, StoragePlacementResult
Extends
DynamicData
See also
ClusterAction
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.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition