Class NetconfConfiguration


  • public class NetconfConfiguration
    extends Object
    • Constructor Detail

      • NetconfConfiguration

        public NetconfConfiguration()
    • 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)