com.hyper9.simdk.stubs.dao
Class HostIpConfigIpV6AddressConfiguration

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

public class HostIpConfigIpV6AddressConfiguration
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostIpConfigIpV6AddressConfiguration()
           
 
Method Summary
 Boolean getAutoConfigurationEnabled()
           
 Boolean getDhcpV6Enabled()
           
 List<HostIpConfigIpV6Address> getIpV6Address()
           
 void setAutoConfigurationEnabled(Boolean toSet)
           
 void setDhcpV6Enabled(Boolean toSet)
           
 void setIpV6Address(List<HostIpConfigIpV6Address> 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

HostIpConfigIpV6AddressConfiguration

public HostIpConfigIpV6AddressConfiguration()
Method Detail

getIpV6Address

public List<HostIpConfigIpV6Address> getIpV6Address()

setIpV6Address

public void setIpV6Address(List<HostIpConfigIpV6Address> toSet)

getAutoConfigurationEnabled

public Boolean getAutoConfigurationEnabled()

setAutoConfigurationEnabled

public void setAutoConfigurationEnabled(Boolean toSet)

getDhcpV6Enabled

public Boolean getDhcpV6Enabled()

setDhcpV6Enabled

public void setDhcpV6Enabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.