com.hyper9.simdk.stubs.dao
Class HostVirtualSwitch

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

public class HostVirtualSwitch
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostVirtualSwitch()
           
 
Method Summary
 String getKey()
           
 Integer getMtu()
           
 String getName()
           
 Integer getNumPorts()
           
 Integer getNumPortsAvailable()
           
 List<String> getPnic()
           
 List<String> getPortgroup()
           
 HostVirtualSwitchSpec getSpec()
           
 void setKey(String toSet)
           
 void setMtu(Integer toSet)
           
 void setName(String toSet)
           
 void setNumPorts(Integer toSet)
           
 void setNumPortsAvailable(Integer toSet)
           
 void setPnic(List<String> toSet)
           
 void setPortgroup(List<String> toSet)
           
 void setSpec(HostVirtualSwitchSpec 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

HostVirtualSwitch

public HostVirtualSwitch()
Method Detail

getName

public String getName()

setName

public void setName(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)

getMtu

public Integer getMtu()

setMtu

public void setMtu(Integer toSet)

getPortgroup

public List<String> getPortgroup()

setPortgroup

public void setPortgroup(List<String> toSet)

getPnic

public List<String> getPnic()

setPnic

public void setPnic(List<String> toSet)

getSpec

public HostVirtualSwitchSpec getSpec()

setSpec

public void setSpec(HostVirtualSwitchSpec toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.