com.hyper9.simdk.stubs.mao
Class Network

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

public class Network
extends ManagedEntity

Author:
akutz
See Also:
Serialized Form

Constructor Summary
Network()
           
 
Method Summary
 List<HostSystem> getHost()
           
 NetworkSummary getSummary()
           
 List<VirtualMachine> getVm()
           
 void setHost(List<HostSystem> toSet)
           
 void setSummary(NetworkSummary 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

Network

public Network()
Method Detail

getHost

public List<HostSystem> getHost()

setHost

public void setHost(List<HostSystem> toSet)

getVm

public List<VirtualMachine> getVm()

setVm

public void setVm(List<VirtualMachine> toSet)

getSummary

public NetworkSummary getSummary()

setSummary

public void setSummary(NetworkSummary toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.