Interface ReconciliationResultStateData

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

    @Generated("mdsal-binding-generator")
    public interface ReconciliationResultStateData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Reconciliation framework result state enumeration

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

     module reconciliation-result-state {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:openflowplugin:rf:state;
       prefix rf-state;
       revision 2017-07-13 {
       }
       typedef result-state {
         type enumeration {
           enum DO_NOTHING {
           }
           enum DISCONNECT {
           }
         }
       }
     }