Class: RecommendationReasonCode
- Inherits:
-
String
- Object
- String
- RecommendationReasonCode
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RecommendationReasonCode
Constant Summary collapse
- AntiAffin =
RecommendationReasonCode.new("antiAffin")
- EnterStandby =
RecommendationReasonCode.new("enterStandby")
- FairnessCpuAvg =
RecommendationReasonCode.new("fairnessCpuAvg")
- FairnessMemAvg =
RecommendationReasonCode.new("fairnessMemAvg")
- HostMaint =
RecommendationReasonCode.new("hostMaint")
- IncreaseCapacity =
RecommendationReasonCode.new("increaseCapacity")
- JointAffin =
RecommendationReasonCode.new("jointAffin")
- PowerOnVm =
RecommendationReasonCode.new("powerOnVm")
- PowerSaving =
RecommendationReasonCode.new("powerSaving")
- ReservationCpu =
RecommendationReasonCode.new("reservationCpu")
- ReservationMem =
RecommendationReasonCode.new("reservationMem")