@Singleton public class NatRpcServiceImpl extends Object implements OdlNatRpcService
| Constructor and Description |
|---|
NatRpcServiceImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
INeutronVpnManager nvpnManager) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsForNetworkAndIpaddressOutput>> |
getNatTranslationsForNetworkAndIpaddress(GetNatTranslationsForNetworkAndIpaddressInput input)
Provides the NAT translations for given IP Address
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsOnRouterOutput>> |
getNatTranslationsOnRouter(GetNatTranslationsOnRouterInput input)
Provides the NAT translations for given router uuid
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsOnVpnOutput>> |
getNatTranslationsOnVpn(GetNatTranslationsOnVpnInput input)
Provides the NAT translations for given vpn uuid
|
@Inject
public NatRpcServiceImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
INeutronVpnManager nvpnManager)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsOnVpnOutput>> getNatTranslationsOnVpn(GetNatTranslationsOnVpnInput input)
OdlNatRpcServicegetNatTranslationsOnVpn in interface OdlNatRpcServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsOnRouterOutput>> getNatTranslationsOnRouter(GetNatTranslationsOnRouterInput input)
OdlNatRpcServicegetNatTranslationsOnRouter in interface OdlNatRpcServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsForNetworkAndIpaddressOutput>> getNatTranslationsForNetworkAndIpaddress(GetNatTranslationsForNetworkAndIpaddressInput input)
OdlNatRpcServicegetNatTranslationsForNetworkAndIpaddress in interface OdlNatRpcServiceCopyright © 2019 OpenDaylight. All rights reserved.