com.hyper9.simdk.stubs.mao
Class VirtualApp

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
                      extended by com.hyper9.simdk.stubs.mao.VirtualApp
All Implemented Interfaces:
Serializable

public class VirtualApp
extends ResourcePool

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualApp()
           
 
Method Summary
 List<Datastore> getDatastore()
           
 List<Network> getNetwork()
           
 Folder getParentFolder()
           
 VAppConfigInfo getVAppConfig()
           
 void setDatastore(List<Datastore> toSet)
           
 void setNetwork(List<Network> toSet)
           
 void setParentFolder(Folder toSet)
           
 void setVAppConfig(VAppConfigInfo toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ResourcePool
getChildConfiguration, getConfig, getOwner, getResourcePool, getRuntime, getSummary, getVm, setChildConfiguration, setConfig, setOwner, setResourcePool, setRuntime, setSummary, setVm
 
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

VirtualApp

public VirtualApp()
Method Detail

getDatastore

public List<Datastore> getDatastore()

setDatastore

public void setDatastore(List<Datastore> toSet)

getNetwork

public List<Network> getNetwork()

setNetwork

public void setNetwork(List<Network> toSet)

getVAppConfig

public VAppConfigInfo getVAppConfig()

setVAppConfig

public void setVAppConfig(VAppConfigInfo toSet)

getParentFolder

public Folder getParentFolder()

setParentFolder

public void setParentFolder(Folder toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.