public class ClusterPowerOnVmResult extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
ClusterAttemptedVmInfo[] |
attempted |
ClusterNotAttemptedVmInfo[] |
notAttempted |
ClusterRecommendation[] |
recommendations |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ClusterPowerOnVmResult() |
| Modifier and Type | Method and Description |
|---|---|
ClusterAttemptedVmInfo[] |
getAttempted() |
ClusterNotAttemptedVmInfo[] |
getNotAttempted() |
ClusterRecommendation[] |
getRecommendations() |
void |
setAttempted(ClusterAttemptedVmInfo[] attempted) |
void |
setNotAttempted(ClusterNotAttemptedVmInfo[] notAttempted) |
void |
setRecommendations(ClusterRecommendation[] recommendations) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ClusterAttemptedVmInfo[] attempted
public ClusterNotAttemptedVmInfo[] notAttempted
public ClusterRecommendation[] recommendations
public ClusterAttemptedVmInfo[] getAttempted()
public ClusterNotAttemptedVmInfo[] getNotAttempted()
public ClusterRecommendation[] getRecommendations()
public void setAttempted(ClusterAttemptedVmInfo[] attempted)
public void setNotAttempted(ClusterNotAttemptedVmInfo[] notAttempted)
public void setRecommendations(ClusterRecommendation[] recommendations)
Copyright © 2011-2012. All Rights Reserved.