com.hyper9.simdk.stubs.mao
Class ResourcePool

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.ResourcePool
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VirtualApp

public class ResourcePool
extends ManagedEntity

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ResourcePool()
           
 
Method Summary
 List<ResourceConfigSpec> getChildConfiguration()
           
 ResourceConfigSpec getConfig()
           
 ComputeResource getOwner()
           
 List<ResourcePool> getResourcePool()
           
 ResourcePoolRuntimeInfo getRuntime()
           
 ResourcePoolSummary getSummary()
           
 List<VirtualMachine> getVm()
           
 void setChildConfiguration(List<ResourceConfigSpec> toSet)
           
 void setConfig(ResourceConfigSpec toSet)
           
 void setOwner(ComputeResource toSet)
           
 void setResourcePool(List<ResourcePool> toSet)
           
 void setRuntime(ResourcePoolRuntimeInfo toSet)
           
 void setSummary(ResourcePoolSummary toSet)
           
 void setVm(List<VirtualMachine> toSet)
           
 
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

ResourcePool

public ResourcePool()
Method Detail

getRuntime

public ResourcePoolRuntimeInfo getRuntime()

setRuntime

public void setRuntime(ResourcePoolRuntimeInfo toSet)

getOwner

public ComputeResource getOwner()

setOwner

public void setOwner(ComputeResource toSet)

getVm

public List<VirtualMachine> getVm()

setVm

public void setVm(List<VirtualMachine> toSet)

getConfig

public ResourceConfigSpec getConfig()

setConfig

public void setConfig(ResourceConfigSpec toSet)

getResourcePool

public List<ResourcePool> getResourcePool()

setResourcePool

public void setResourcePool(List<ResourcePool> toSet)

getSummary

public ResourcePoolSummary getSummary()

setSummary

public void setSummary(ResourcePoolSummary toSet)

getChildConfiguration

public List<ResourceConfigSpec> getChildConfiguration()

setChildConfiguration

public void setChildConfiguration(List<ResourceConfigSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.