Interface OfpactActions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    CtActions

    @Generated("mdsal-binding-generator")
    public interface OfpactActions
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Actions to be performed with conntrack.

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

     grouping ofpact-actions {
       choice ofpact-actions {
         case nx-action-nat-case {
           container nx-action-nat {
             leaf flags {
               type uint16;
             }
             leaf range_present {
               type uint16;
             }
             leaf ip-address-min {
               type inet:ip-address;
             }
             leaf ip-address-max {
               type inet:ip-address;
             }
             leaf port-min {
               type uint16;
             }
             leaf port-max {
               type uint16;
             }
           }
         }
         case nx-action-ct-mark-case {
           container nx-action-ct-mark {
             leaf ct-mark {
               type uint32;
             }
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends OfpactActions> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOfpactActions

        OfpactActions getOfpactActions()
        Return ofpactActions, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofpact.actions.OfpactActions ofpactActions, or null if it is not present.