com.hyper9.simdk.stubs.dao
Class ClusterPowerOnVmResult
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.ClusterPowerOnVmResult
- All Implemented Interfaces:
- Serializable
public class ClusterPowerOnVmResult
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
ClusterPowerOnVmResult
public ClusterPowerOnVmResult()
getAttempted
public List<ClusterAttemptedVmInfo> getAttempted()
setAttempted
public void setAttempted(List<ClusterAttemptedVmInfo> toSet)
getNotAttempted
public List<ClusterNotAttemptedVmInfo> getNotAttempted()
setNotAttempted
public void setNotAttempted(List<ClusterNotAttemptedVmInfo> toSet)
getRecommendations
public List<ClusterRecommendation> getRecommendations()
setRecommendations
public void setRecommendations(List<ClusterRecommendation> toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.