Class OvsVlanMemberConfigRemoveHelper


  • @Singleton
    public class OvsVlanMemberConfigRemoveHelper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> removeConfiguration​(ParentRefs parentRefs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface interfaceOld)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OvsVlanMemberConfigRemoveHelper

        @Inject
        public OvsVlanMemberConfigRemoveHelper​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                               InterfaceManagerCommonUtils interfaceManagerCommonUtils,
                                               InterfaceMetaUtils interfaceMetaUtils)
    • Method Detail

      • removeConfiguration

        public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> removeConfiguration​(ParentRefs parentRefs,
                                                                                                                      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface interfaceOld)