public class NetconfConfiguration extends Object
| Constructor and Description |
|---|
NetconfConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.aaa.encrypt.AAAEncryptionService |
getAaaService() |
org.opendaylight.netconf.client.NetconfClientDispatcher |
getClientDispatcher() |
String |
getTopologyId() |
int |
getWriteTxTimeout() |
boolean |
isClusterEnabled() |
void |
setAaaService(org.opendaylight.aaa.encrypt.AAAEncryptionService aaaService) |
void |
setClientDispatcher(org.opendaylight.netconf.client.NetconfClientDispatcher clientDispatcher) |
void |
setClusterEnabled(boolean clusterEnabled) |
void |
setTopologyId(String topologyId) |
void |
setWriteTxTimeout(int writeTxTimeout) |
public String getTopologyId()
public void setTopologyId(String topologyId)
public org.opendaylight.aaa.encrypt.AAAEncryptionService getAaaService()
public void setAaaService(org.opendaylight.aaa.encrypt.AAAEncryptionService aaaService)
public int getWriteTxTimeout()
public void setWriteTxTimeout(int writeTxTimeout)
public boolean isClusterEnabled()
public void setClusterEnabled(boolean clusterEnabled)
public org.opendaylight.netconf.client.NetconfClientDispatcher getClientDispatcher()
public void setClientDispatcher(org.opendaylight.netconf.client.NetconfClientDispatcher clientDispatcher)
Copyright © 2019. All rights reserved.