com.hyper9.simdk.stubs.dao
Class DistributedVirtualSwitchHostMemberConfigSpec

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

public class DistributedVirtualSwitchHostMemberConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

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

DistributedVirtualSwitchHostMemberConfigSpec

public DistributedVirtualSwitchHostMemberConfigSpec()
Method Detail

getOperation

public String getOperation()

setOperation

public void setOperation(String toSet)

getHost

public HostSystem getHost()

setHost

public void setHost(HostSystem toSet)

getBacking

public DistributedVirtualSwitchHostMemberBacking getBacking()

setBacking

public void setBacking(DistributedVirtualSwitchHostMemberBacking toSet)

getMaxProxySwitchPorts

public Integer getMaxProxySwitchPorts()

setMaxProxySwitchPorts

public void setMaxProxySwitchPorts(Integer toSet)

getVendorSpecificConfig

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()

setVendorSpecificConfig

public void setVendorSpecificConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.