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

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

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

 typedef ipv6-exthdr-flags {
   type bits {
     bit nonext {
       position 0;
     }
     bit esp {
       position 1;
     }
     bit auth {
       position 2;
     }
     bit dest {
       position 3;
     }
     bit frag {
       position 4;
     }
     bit router {
       position 5;
     }
     bit hop {
       position 6;
     }
     bit unrep {
       position 7;
     }
     bit unseq {
       position 8;
     }
   }
 }
 
See Also: