com.hyper9.simdk.stubs.dao
Class DVPortgroupConfigSpec

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

public class DVPortgroupConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVPortgroupConfigSpec()
           
 
Method Summary
 String getConfigVersion()
           
 DVPortSetting getDefaultPortConfig()
           
 String getDescription()
           
 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 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

DVPortgroupConfigSpec

public DVPortgroupConfigSpec()
Method Detail

getConfigVersion

public String getConfigVersion()

setConfigVersion

public void setConfigVersion(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getNumPorts

public Integer getNumPorts()

setNumPorts

public void setNumPorts(Integer toSet)

getPortNameFormat

public String getPortNameFormat()

setPortNameFormat

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

getScope

public List<ManagedEntity> getScope()

setScope

public void setScope(List<ManagedEntity> toSet)

getPolicy

public DVPortgroupPolicy getPolicy()

setPolicy

public void setPolicy(DVPortgroupPolicy toSet)

getVendorSpecificConfig

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificConfig()

setVendorSpecificConfig

public void setVendorSpecificConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.