Interface NoPathVectorTlv
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
,Tlv
- All Known Subinterfaces:
NoPathVector
@Generated("mdsal-binding-generator")
public interface NoPathVectorTlv
extends org.opendaylight.yangtools.binding.Grouping, Tlv
NO-PATH-VECTOR TLV
This class represents the following YANG schema fragment defined in module pcep-types
grouping no-path-vector-tlv { uses tlv; leaf flags { type bits { bit p2mp-unreachable { position 24; } bit no-gco-solution { position 25; } bit no-gco-migration { position 26; } bit path-key { position 27; } bit chain-unavailable { position 28; } bit unknown-source { position 29; } bit unknown-destination { position 30; } bit pce-unavailable { position 31; } } } }
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
This class represents the following YANG schema fragment defined in module pcep-types -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()
Return flags, ornull
if it is not present.default @NonNull NoPathVectorTlv.Flags
Return flags, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getFlags
NoPathVectorTlv.Flags getFlags()Return flags, ornull
if it is not present.- Returns:
Flags
flags, ornull
if it is not present.
-
requireFlags
Return flags, guaranteed to be non-null.- Returns:
Flags
flags, guaranteed to be non-null.- Throws:
NoSuchElementException
- if flags is not present
-