com.hyper9.simdk.stubs.dao
Class DVPortgroupConfigInfo

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

public class DVPortgroupConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVPortgroupConfigInfo()
           
 
Method Summary
 String getConfigVersion()
           
 DVPortSetting getDefaultPortConfig()
           
 String getDescription()
           
 DistributedVirtualSwitch getDistributedVirtualSwitch()
           
 String getKey()
           
 String getName()
           
 Integer getNumPorts()
           
 DVPortgroupPolicy getPolicy()
           
 String getPortNameFormat()
           
 List<ManagedEntity> getScope()
           
 String getType()
           
 List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()
           
 void setConfigVersion(String toSet)
           
 void setDefaultPortConfig(DVPortSetting toSet)
           
 void setDescription(String toSet)
           
 void setDistributedVirtualSwitch(DistributedVirtualSwitch toSet)
           
 void setKey(String toSet)
           
 void setName(String toSet)
           
 void setNumPorts(Integer toSet)
           
 void setPolicy(DVPortgroupPolicy toSet)
           
 void setPortNameFormat(String toSet)
           
 void setScope(List<ManagedEntity> toSet)
           
 void setType(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

DVPortgroupConfigInfo

public DVPortgroupConfigInfo()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getNumPorts

public Integer getNumPorts()

setNumPorts

public void setNumPorts(Integer toSet)

getDistributedVirtualSwitch

public DistributedVirtualSwitch getDistributedVirtualSwitch()

setDistributedVirtualSwitch

public void setDistributedVirtualSwitch(DistributedVirtualSwitch toSet)

getDefaultPortConfig

public DVPortSetting getDefaultPortConfig()

setDefaultPortConfig

public void setDefaultPortConfig(DVPortSetting toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getPolicy

public DVPortgroupPolicy getPolicy()

setPolicy

public void setPolicy(DVPortgroupPolicy toSet)

getPortNameFormat

public String getPortNameFormat()

setPortNameFormat

public void setPortNameFormat(String toSet)

getScope

public List<ManagedEntity> getScope()

setScope

public void setScope(List<ManagedEntity> toSet)

getVendorSpecificConfig

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()

setVendorSpecificConfig

public void setVendorSpecificConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)

getConfigVersion

public String getConfigVersion()

setConfigVersion

public void setConfigVersion(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.