com.hyper9.simdk.stubs.mao
Class ClusterComputeResource

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.ExtensibleManagedObject
              extended by com.hyper9.simdk.stubs.mao.ManagedEntity
                  extended by com.hyper9.simdk.stubs.mao.ComputeResource
                      extended by com.hyper9.simdk.stubs.mao.ClusterComputeResource
All Implemented Interfaces:
Serializable

public class ClusterComputeResource
extends ComputeResource

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterComputeResource()
           
 
Method Summary
 List<ClusterActionHistory> getActionHistory()
           
 ClusterConfigInfo getConfiguration()
           
 List<ClusterDrsFaults> getDrsFault()
           
 List<ClusterDrsRecommendation> getDrsRecommendation()
           
 List<ClusterDrsMigration> getMigrationHistory()
           
 List<ClusterRecommendation> getRecommendation()
           
 void setActionHistory(List<ClusterActionHistory> toSet)
           
 void setConfiguration(ClusterConfigInfo toSet)
           
 void setDrsFault(List<ClusterDrsFaults> toSet)
           
 void setDrsRecommendation(List<ClusterDrsRecommendation> toSet)
           
 void setMigrationHistory(List<ClusterDrsMigration> toSet)
           
 void setRecommendation(List<ClusterRecommendation> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ComputeResource
getConfigurationEx, getDatastore, getEnvironmentBrowser, getHost, getNetwork, getResourcePool, getSummary, setConfigurationEx, setDatastore, setEnvironmentBrowser, setHost, setNetwork, setResourcePool, setSummary
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedEntity
getAlarmActionsEnabled, getConfigIssue, getConfigStatus, getCustomValue, getDeclaredAlarmState, getDisabledMethod, getEffectiveRole, getName, getOverallStatus, getParent, getPermission, getRecentTask, getTag, getTriggeredAlarmState, setAlarmActionsEnabled, setConfigIssue, setConfigStatus, setCustomValue, setDeclaredAlarmState, setDisabledMethod, setEffectiveRole, setName, setOverallStatus, setParent, setPermission, setRecentTask, setTag, setTriggeredAlarmState
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ExtensibleManagedObject
getAvailableField, getValue, setAvailableField, setValue
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterComputeResource

public ClusterComputeResource()
Method Detail

getConfiguration

public ClusterConfigInfo getConfiguration()

setConfiguration

public void setConfiguration(ClusterConfigInfo toSet)

getRecommendation

public List<ClusterRecommendation> getRecommendation()

setRecommendation

public void setRecommendation(List<ClusterRecommendation> toSet)

getDrsRecommendation

public List<ClusterDrsRecommendation> getDrsRecommendation()

setDrsRecommendation

public void setDrsRecommendation(List<ClusterDrsRecommendation> toSet)

getMigrationHistory

public List<ClusterDrsMigration> getMigrationHistory()

setMigrationHistory

public void setMigrationHistory(List<ClusterDrsMigration> toSet)

getActionHistory

public List<ClusterActionHistory> getActionHistory()

setActionHistory

public void setActionHistory(List<ClusterActionHistory> toSet)

getDrsFault

public List<ClusterDrsFaults> getDrsFault()

setDrsFault

public void setDrsFault(List<ClusterDrsFaults> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.