Interface NxEncap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NxEncap>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NxActionEncapGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.PacketTypeFields

    public interface NxEncap
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionEncapGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxEncap>, org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.PacketTypeFields

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

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

    To create instances of this class use NxEncapBuilder.

    See Also:
    NxEncapBuilder
    • Field Summary

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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default Class<NxEncap> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.PacketTypeFields

        getPacketType
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<NxEncap> 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 org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.PacketTypeFields