Interface FlowModOutputToPort

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowModOutputToPort>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface FlowModOutputToPort
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowModOutputToPort>

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

     container flow-mod-output-to-port {
       leaf flow-mod-num-bits {
         type uint16;
       }
       leaf src-field {
         type uint32;
       }
       leaf src-ofs {
         type uint16;
       }
     }
     
    The schema path to identify an instance is nicira-action/flow-mod-spec/flow-mod-spec/flow-mod-output-to-port-case/flow-mod-output-to-port

    To create instances of this class use FlowModOutputToPortBuilder.

    See Also:
    FlowModOutputToPortBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint16 getFlowModNumBits()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 flowModNumBits, or null if not present
      • getSrcField

        org.opendaylight.yangtools.yang.common.Uint32 getSrcField()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 srcField, or null if not present
      • getSrcOfs

        org.opendaylight.yangtools.yang.common.Uint16 getSrcOfs()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 srcOfs, or null if not present