⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
D
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - DrsRecommendationReasonCode(vim.cluster.DrsRecommendation.ReasonCode)
Enum Description
Deprecated.
As of VI API 2.5 use
RecommendationReasonCode
.
List of defined migration reason codes:
Enum Constants
Name
Description
antiAffin
Fulfill anti-affinity rule.
fairnessCpuAvg
Balance average CPU utilization.
fairnessMemAvg
Balance average memory utilization.
hostMaint
Host entering maintenance mode.
jointAffin
Fulfill affinity rule.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="DrsRecommendationReasonCode"> <restriction base="xsd:string"> <enumeration value="fairnessCpuAvg"/> <enumeration value="fairnessMemAvg"/> <enumeration value="jointAffin"/> <enumeration value="antiAffin"/> <enumeration value="hostMaint"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings