Class NetconfConfiguration
- java.lang.Object
-
- io.lighty.modules.southbound.netconf.impl.config.NetconfConfiguration
-
public class NetconfConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description NetconfConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.aaa.encrypt.AAAEncryptionServicegetAaaService()org.opendaylight.netconf.client.NetconfClientDispatchergetClientDispatcher()StringgetTopologyId()intgetWriteTxTimeout()booleanisClusterEnabled()voidsetAaaService(org.opendaylight.aaa.encrypt.AAAEncryptionService aaaService)voidsetClientDispatcher(org.opendaylight.netconf.client.NetconfClientDispatcher clientDispatcher)voidsetClusterEnabled(boolean clusterEnabled)voidsetTopologyId(String topologyId)voidsetWriteTxTimeout(int writeTxTimeout)
-
-
-
Method Detail
-
getTopologyId
public String getTopologyId()
-
setTopologyId
public void setTopologyId(String topologyId)
-
getAaaService
public org.opendaylight.aaa.encrypt.AAAEncryptionService getAaaService()
-
setAaaService
public void setAaaService(org.opendaylight.aaa.encrypt.AAAEncryptionService aaaService)
-
getWriteTxTimeout
public int getWriteTxTimeout()
-
setWriteTxTimeout
public void setWriteTxTimeout(int writeTxTimeout)
-
isClusterEnabled
public boolean isClusterEnabled()
-
setClusterEnabled
public void setClusterEnabled(boolean clusterEnabled)
-
getClientDispatcher
public org.opendaylight.netconf.client.NetconfClientDispatcher getClientDispatcher()
-
setClientDispatcher
public void setClientDispatcher(org.opendaylight.netconf.client.NetconfClientDispatcher clientDispatcher)
-
-