Class NetconfConfiguration
java.lang.Object
io.lighty.modules.southbound.netconf.impl.config.NetconfConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.aaa.encrypt.AAAEncryptionServiceorg.opendaylight.netconf.client.NetconfClientDispatcherintbooleanvoidsetAaaService(org.opendaylight.aaa.encrypt.AAAEncryptionService aaaService) voidsetClientDispatcher(org.opendaylight.netconf.client.NetconfClientDispatcher clientDispatcher) voidsetClusterEnabled(boolean clusterEnabled) voidsetTopologyId(String topologyId) voidsetWriteTxTimeout(int writeTxTimeout)
-
Constructor Details
-
NetconfConfiguration
public NetconfConfiguration()
-
-
Method Details
-
getTopologyId
-
setTopologyId
-
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)
-