Class NetconfConfiguration

java.lang.Object
io.lighty.modules.southbound.netconf.impl.config.NetconfConfiguration

public class NetconfConfiguration extends Object
  • Constructor Details

    • NetconfConfiguration

      public NetconfConfiguration()
  • Method Details

    • 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)