Interface Instruction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<Instruction>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    ApplyActionsCase, ClearActionsCase, GoToTableCase, MeterCase, WriteActionsCase, WriteMetadataCase

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

    This class represents the following YANG schema fragment defined in module opendaylight-flow-types

     choice instruction {
       case go-to-table-case {
         container go-to-table {
           leaf table_id {
             type uint8;
           }
         }
       }
       case write-metadata-case {
         container write-metadata {
           leaf metadata {
             type uint64;
           }
           leaf metadata-mask {
             type uint64;
           }
         }
       }
       case write-actions-case {
         container write-actions {
           uses action:action-list;
         }
       }
       case apply-actions-case {
         container apply-actions {
           uses action:action-list;
         }
       }
       case clear-actions-case {
         container clear-actions {
           uses action:action-list;
         }
       }
       case meter-case {
         container meter {
           leaf meter-id {
             type meter:meter-id;
           }
         }
       }
     }
     
    • 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.