com.hyper9.simdk.stubs.mao
Class HostSystem

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.HostSystem
All Implemented Interfaces:
Serializable

public class HostSystem
extends ManagedEntity

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostSystem()
           
 
Method Summary
 HostCapability getCapability()
           
 HostConfigInfo getConfig()
           
 HostConfigManager getConfigManager()
           
 List<Datastore> getDatastore()
           
 HostDatastoreBrowser getDatastoreBrowser()
           
 HostHardwareInfo getHardware()
           
 List<Network> getNetwork()
           
 HostRuntimeInfo getRuntime()
           
 HostListSummary getSummary()
           
 HostSystemResourceInfo getSystemResources()
           
 List<VirtualMachine> getVm()
           
 void setCapability(HostCapability toSet)
           
 void setConfig(HostConfigInfo toSet)
           
 void setConfigManager(HostConfigManager toSet)
           
 void setDatastore(List<Datastore> toSet)
           
 void setDatastoreBrowser(HostDatastoreBrowser toSet)
           
 void setHardware(HostHardwareInfo toSet)
           
 void setNetwork(List<Network> toSet)
           
 void setRuntime(HostRuntimeInfo toSet)
           
 void setSummary(HostListSummary toSet)
           
 void setSystemResources(HostSystemResourceInfo 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

HostSystem

public HostSystem()
Method Detail

getSystemResources

public HostSystemResourceInfo getSystemResources()

setSystemResources

public void setSystemResources(HostSystemResourceInfo toSet)

getRuntime

public HostRuntimeInfo getRuntime()

setRuntime

public void setRuntime(HostRuntimeInfo toSet)

getDatastore

public List<Datastore> getDatastore()

setDatastore

public void setDatastore(List<Datastore> toSet)

getVm

public List<VirtualMachine> getVm()

setVm

public void setVm(List<VirtualMachine> toSet)

getNetwork

public List<Network> getNetwork()

setNetwork

public void setNetwork(List<Network> toSet)

getConfig

public HostConfigInfo getConfig()

setConfig

public void setConfig(HostConfigInfo toSet)

getCapability

public HostCapability getCapability()

setCapability

public void setCapability(HostCapability toSet)

getHardware

public HostHardwareInfo getHardware()

setHardware

public void setHardware(HostHardwareInfo toSet)

getSummary

public HostListSummary getSummary()

setSummary

public void setSummary(HostListSummary toSet)

getConfigManager

public HostConfigManager getConfigManager()

setConfigManager

public void setConfigManager(HostConfigManager toSet)

getDatastoreBrowser

public HostDatastoreBrowser getDatastoreBrowser()

setDatastoreBrowser

public void setDatastoreBrowser(HostDatastoreBrowser toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.