@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)
OdlNatRpcService
getNatTranslationsOnVpn
in interface OdlNatRpcService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsOnRouterOutput>> getNatTranslationsOnRouter(GetNatTranslationsOnRouterInput input)
OdlNatRpcService
getNatTranslationsOnRouter
in interface OdlNatRpcService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNatTranslationsForNetworkAndIpaddressOutput>> getNatTranslationsForNetworkAndIpaddress(GetNatTranslationsForNetworkAndIpaddressInput input)
OdlNatRpcService
getNatTranslationsForNetworkAndIpaddress
in interface OdlNatRpcService
Copyright © 2019 OpenDaylight. All rights reserved.