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

@Generated("mdsal-binding-generator") public interface FrmReconciliationData extends org.opendaylight.yangtools.yang.binding.DataRoot

This class represents the following YANG schema fragment defined in module frm-reconciliation

 module frm-reconciliation {
   namespace urn:opendaylight:params:xml:ns:yang:openflowplugin:app:frm-reconciliation:service;
   prefix frm-reconciliation;
   import opendaylight-inventory {
     prefix inv;
     revision-date 2013-08-19;
   }
   revision 2018-02-27 {
   }
   rpc reconcile-node {
     input input {
       uses inv:node-context-ref;
       leaf nodeId {
         type uint64;
       }
     }
     output output {
       leaf result {
         type boolean;
       }
     }
   }
 }