Class L2GwValidateCli
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opendaylight.netvirt.elan.cli.l2gw.L2GwValidateCli
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
,org.apache.karaf.shell.console.BundleContextAware
public class L2GwValidateCli extends org.apache.karaf.shell.console.OsgiCommandSupport
-
-
Constructor Summary
Constructors Constructor Description L2GwValidateCli(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, L2GatewayCache l2GatewayCache, org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.lang.Object
doExecute()
-
-
-
Constructor Detail
-
L2GwValidateCli
public L2GwValidateCli(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, L2GatewayCache l2GatewayCache, org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache)
-
-