com.hyper9.simdk.stubs.dao
Class DistributedVirtualSwitchHostMemberConfigInfo

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

public class DistributedVirtualSwitchHostMemberConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DistributedVirtualSwitchHostMemberConfigInfo()
           
 
Method Summary
 DistributedVirtualSwitchHostMemberBacking getBacking()
           
 HostSystem getHost()
           
 Integer getMaxProxySwitchPorts()
           
 List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()
           
 void setBacking(DistributedVirtualSwitchHostMemberBacking toSet)
           
 void setHost(HostSystem toSet)
           
 void setMaxProxySwitchPorts(Integer toSet)
           
 void setVendorSpecificConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> 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

DistributedVirtualSwitchHostMemberConfigInfo

public DistributedVirtualSwitchHostMemberConfigInfo()
Method Detail

getHost

public HostSystem getHost()

setHost

public void setHost(HostSystem toSet)

getMaxProxySwitchPorts

public Integer getMaxProxySwitchPorts()

setMaxProxySwitchPorts

public void setMaxProxySwitchPorts(Integer toSet)

getVendorSpecificConfig

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()

setVendorSpecificConfig

public void setVendorSpecificConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)

getBacking

public DistributedVirtualSwitchHostMemberBacking getBacking()

setBacking

public void setBacking(DistributedVirtualSwitchHostMemberBacking toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.