Interface NodeConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    SetConfigInput

    @Generated("mdsal-binding-generator")
    public interface NodeConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Openflow device initial configuration structure.

    This class represents the following YANG schema fragment defined in module node-config

     grouping node-config {
       leaf flag {
         type string;
       }
       leaf miss-search-length {
         type uint16;
       }
     }
     
    The schema path to identify an instance is node-config/node-config
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends NodeConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getFlag

        String getFlag()
        Return flag, or null if it is not present.
             
                 Switch config flag. Expected values FRAGNORMAL, OFPCFRAGDROP, OFPCFRAGREASM,
                 OFPCFRAGMASK
             
         
        Returns:
        java.lang.String flag, or null if it is not present.
      • getMissSearchLength

        org.opendaylight.yangtools.yang.common.Uint16 getMissSearchLength()
        Return missSearchLength, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 missSearchLength, or null if it is not present.