Interface ArbitratorReconcileData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface ArbitratorReconcileData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    RPCs to perform arbitrator based reconciliation

    This class represents the following YANG schema fragment defined in module arbitrator-reconcile

     module arbitrator-reconcile {
       namespace urn:opendaylight:params:xml:ns:yang:openflowplugin:app:arbitrator-reconcile:service;
       prefix arbitrator-reconcile;
       import opendaylight-inventory {
         prefix inv;
         revision-date 2013-08-19;
       }
       import onf-extensions {
         prefix onf-ext;
         revision-date 2017-01-24;
       }
       revision 2018-02-27 {
       }
       rpc get-active-bundle {
         input input {
           uses inv:node-context-ref;
           leaf node-id {
             type uint64;
           }
         }
         output output {
           leaf result {
             type onf-ext:bundle-id;
           }
         }
       }
       rpc commit-active-bundle {
         input input {
           uses inv:node-context-ref;
           leaf node-id {
             type uint64;
           }
         }
         output output {
           leaf result {
             type boolean;
           }
         }
       }
     }