Class Ipv6ExthdrFlags
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:
-
Constructor Summary
ConstructorsConstructorDescriptionIpv6ExthdrFlags
(Boolean _auth, Boolean _dest, Boolean _esp, Boolean _frag, Boolean _hop, Boolean _nonext, Boolean _router, Boolean _unrep, Boolean _unseq) Ipv6ExthdrFlags
(Ipv6ExthdrFlags source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
Ipv6ExthdrFlags
-
Ipv6ExthdrFlags
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details