com.hyper9.simdk.stubs.dao
Class HostProxySwitch

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostProxySwitch
All Implemented Interfaces:
Serializable

public class HostProxySwitch
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostProxySwitch()
           
 
Method Summary
 String getDvsName()
           
 String getDvsUuid()
           
 String getKey()
           
 Integer getMtu()
           
 Integer getNumPorts()
           
 Integer getNumPortsAvailable()
           
 List<String> getPnic()
           
 HostProxySwitchSpec getSpec()
           
 List<KeyValue> getUplinkPort()
           
 void setDvsName(String toSet)
           
 void setDvsUuid(String toSet)
           
 void setKey(String toSet)
           
 void setMtu(Integer toSet)
           
 void setNumPorts(Integer toSet)
           
 void setNumPortsAvailable(Integer toSet)
           
 void setPnic(List<String> toSet)
           
 void setSpec(HostProxySwitchSpec toSet)
           
 void setUplinkPort(List<KeyValue> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostProxySwitch

public HostProxySwitch()
Method Detail

getDvsUuid

public String getDvsUuid()

setDvsUuid

public void setDvsUuid(String toSet)

getDvsName

public String getDvsName()

setDvsName

public void setDvsName(String toSet)

getKey

public String getKey()

setKey

public void setKey(String toSet)

getNumPorts

public Integer getNumPorts()

setNumPorts

public void setNumPorts(Integer toSet)

getNumPortsAvailable

public Integer getNumPortsAvailable()

setNumPortsAvailable

public void setNumPortsAvailable(Integer toSet)

getUplinkPort

public List<KeyValue> getUplinkPort()

setUplinkPort

public void setUplinkPort(List<KeyValue> toSet)

getMtu

public Integer getMtu()

setMtu

public void setMtu(Integer toSet)

getPnic

public List<String> getPnic()

setPnic

public void setPnic(List<String> toSet)

getSpec

public HostProxySwitchSpec getSpec()

setSpec

public void setSpec(HostProxySwitchSpec toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.