java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.FlowWildcardsV10
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

@Generated("mdsal-binding-generator") public class FlowWildcardsV10 extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable

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

 typedef flow-wildcards-v10 {
   type bits {
     bit IN_PORT {
       position 0;
     }
     bit DL_VLAN {
       position 1;
     }
     bit DL_SRC {
       position 2;
     }
     bit DL_DST {
       position 3;
     }
     bit DL_TYPE {
       position 4;
     }
     bit NW_PROTO {
       position 5;
     }
     bit TP_SRC {
       position 6;
     }
     bit TP_DST {
       position 7;
     }
     bit DL_VLAN_PCP {
       position 20;
     }
     bit NW_TOS {
       position 21;
     }
   }
 }
 
See Also: