Interface OfpactActions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<OfpactActions>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    NxActionCtMarkCase, NxActionNatCase

    @Generated("mdsal-binding-generator")
    public interface OfpactActions
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<OfpactActions>

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

     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 Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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