public interface NoPathVectorTlv extends org.opendaylight.yangtools.yang.binding.DataObject, 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;
}
}
}
}
The schema path to identify an instance is
pcep-types/no-path-vector-tlv| Modifier and Type | Interface and Description |
|---|---|
static class |
NoPathVectorTlv.Flags |
| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NoPathVectorTlv.Flags |
getFlags() |
Class<? extends NoPathVectorTlv> |
implementedInterface() |
Class<? extends NoPathVectorTlv> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface Tlv@Nullable NoPathVectorTlv.Flags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.NoPathVectorTlv.Flags flags, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.