com.hyper9.simdk.stubs.dao
Class HostNatServiceNameServiceSpec

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

public class HostNatServiceNameServiceSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNatServiceNameServiceSpec()
           
 
Method Summary
 Boolean getDnsAutoDetect()
           
 List<String> getDnsNameServer()
           
 String getDnsPolicy()
           
 Integer getDnsRetries()
           
 Integer getDnsTimeout()
           
 Integer getNbdsTimeout()
           
 Integer getNbnsRetries()
           
 Integer getNbnsTimeout()
           
 void setDnsAutoDetect(Boolean toSet)
           
 void setDnsNameServer(List<String> toSet)
           
 void setDnsPolicy(String toSet)
           
 void setDnsRetries(Integer toSet)
           
 void setDnsTimeout(Integer toSet)
           
 void setNbdsTimeout(Integer toSet)
           
 void setNbnsRetries(Integer toSet)
           
 void setNbnsTimeout(Integer 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

HostNatServiceNameServiceSpec

public HostNatServiceNameServiceSpec()
Method Detail

getDnsAutoDetect

public Boolean getDnsAutoDetect()

setDnsAutoDetect

public void setDnsAutoDetect(Boolean toSet)

getDnsPolicy

public String getDnsPolicy()

setDnsPolicy

public void setDnsPolicy(String toSet)

getDnsRetries

public Integer getDnsRetries()

setDnsRetries

public void setDnsRetries(Integer toSet)

getDnsTimeout

public Integer getDnsTimeout()

setDnsTimeout

public void setDnsTimeout(Integer toSet)

getDnsNameServer

public List<String> getDnsNameServer()

setDnsNameServer

public void setDnsNameServer(List<String> toSet)

getNbdsTimeout

public Integer getNbdsTimeout()

setNbdsTimeout

public void setNbdsTimeout(Integer toSet)

getNbnsRetries

public Integer getNbnsRetries()

setNbnsRetries

public void setNbnsRetries(Integer toSet)

getNbnsTimeout

public Integer getNbnsTimeout()

setNbnsTimeout

public void setNbnsTimeout(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.