Interface NxDecap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NxDecap>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NxActionDecapGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PacketTypeFields

    public interface NxDecap
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionDecapGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxDecap>, PacketTypeFields

    This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action

     container nx-decap {
       uses match:packet-type-fields {
         refine packet-type {
           default 0xFFFE;
         }
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-action/nx-action-decap-grouping/nx-decap

    To create instances of this class use NxDecapBuilder.

    See Also:
    NxDecapBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<NxDecap> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface PacketTypeFields