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 no-disjoint-compute {
position 10;
}
bit no-disjoint-path {
position 11;
}
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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classThis class represents the following YANG schema fragment defined in module pcep-types -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()Return flags, ornullif it is not present.default @NonNull NoPathVectorTlv.FlagsReturn flags, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getFlags
NoPathVectorTlv.Flags getFlags()Return flags, ornullif it is not present.- Returns:
Flagsflags, ornullif it is not present.
-
requireFlags
Return flags, guaranteed to be non-null.- Returns:
Flagsflags, guaranteed to be non-null.- Throws:
NoSuchElementException- if flags is not present
-