Interface FlowMod

  • All Superinterfaces:
    ActionsGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InstructionsGrouping, MatchGrouping, MatchV10Grouping, OfHeader
    All Known Subinterfaces:
    FlowModCaseData, FlowModInput

    @Generated("mdsal-binding-generator")
    public interface FlowMod
    extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader, MatchGrouping, InstructionsGrouping, MatchV10Grouping, ActionsGrouping

    This class represents the following YANG schema fragment defined in module openflow-protocol

     grouping flow-mod {
       uses ofHeader;
       leaf cookie {
         type uint64;
       }
       leaf cookie-mask {
         type uint64;
       }
       leaf table-id {
         type oft:table-id;
       }
       leaf command {
         type oft:flow-mod-command;
       }
       leaf idle-timeout {
         type uint16;
       }
       leaf hard-timeout {
         type uint16;
       }
       leaf priority {
         type uint16;
       }
       leaf buffer-id {
         type uint32;
       }
       leaf out-port {
         type oft:port-number;
       }
       leaf out-group {
         type uint32;
       }
       leaf flags {
         type oft:flow-mod-flags;
       }
       uses oxm:match-grouping;
       uses ofinstruction:instructions-grouping;
       leaf flags-v10 {
         type oft:flow-mod-flags-v10;
       }
       uses oxm:match-v10-grouping;
       uses ofaction:actions-grouping;
     }
     
    The schema path to identify an instance is openflow-protocol/flow-mod
    • Field Detail

      • QNAME

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

      • getCookie

        org.opendaylight.yangtools.yang.common.Uint64 getCookie()
        Return cookie, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 cookie, or null if it is not present.
      • getCookieMask

        org.opendaylight.yangtools.yang.common.Uint64 getCookieMask()
        Return cookieMask, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 cookieMask, or null if it is not present.
      • getTableId

        TableId getTableId()
        Return tableId, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.TableId tableId, or null if it is not present.
      • getCommand

        FlowModCommand getCommand()
        Return command, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.FlowModCommand command, or null if it is not present.
      • getIdleTimeout

        org.opendaylight.yangtools.yang.common.Uint16 getIdleTimeout()
        Return idleTimeout, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 idleTimeout, or null if it is not present.
      • getHardTimeout

        org.opendaylight.yangtools.yang.common.Uint16 getHardTimeout()
        Return hardTimeout, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 hardTimeout, or null if it is not present.
      • getPriority

        org.opendaylight.yangtools.yang.common.Uint16 getPriority()
        Return priority, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 priority, or null if it is not present.
      • getBufferId

        org.opendaylight.yangtools.yang.common.Uint32 getBufferId()
        Return bufferId, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 bufferId, or null if it is not present.
      • getOutPort

        PortNumber getOutPort()
        Return outPort, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortNumber outPort, or null if it is not present.
      • getOutGroup

        org.opendaylight.yangtools.yang.common.Uint32 getOutGroup()
        Return outGroup, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 outGroup, or null if it is not present.
      • getFlags

        FlowModFlags getFlags()
        Return flags, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.FlowModFlags flags, or null if it is not present.
      • getFlagsV10

        FlowModFlagsV10 getFlagsV10()
        Return flagsV10, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.FlowModFlagsV10 flagsV10, or null if it is not present.