Interface ServiceOpenflowInfo

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList
    All Known Subinterfaces:
    StypeOpenflow

    public interface ServiceOpenflowInfo
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList
    openflow specific information for services info.

    This class represents the following YANG schema fragment defined in module interface-service-bindings

     grouping service-openflow-info {
       leaf dispatcher-table-id {
         type uint8;
       }
       leaf flow-priority {
         type uint16;
       }
       leaf flow-cookie {
         type uint64;
       }
       uses offlow:instruction-list;
     }
     
    The schema path to identify an instance is interface-service-bindings/service-openflow-info
    • 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

        java.lang.Class<? extends ServiceOpenflowInfo> 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.flow.types.rev131026.InstructionList
      • getDispatcherTableId

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getDispatcherTableId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 dispatcherTableId, or null if not present
      • getFlowPriority

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getFlowPriority()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 flowPriority, or null if not present
      • getFlowCookie

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getFlowCookie()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 flowCookie, or null if not present