public interface Stateful extends org.opendaylight.yangtools.yang.binding.ChildOf<StatefulCapabilityTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<Stateful>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Tlv
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful02
(Source path: META-INF/yang/odl-pcep-ietf-stateful02.yang):
container stateful {
leaf lsp-update-capability {
type boolean;
}
leaf include-db-version {
type boolean;
}
uses tlv;
}
The schema path to identify an instance is
odl-pcep-ietf-stateful02/stateful-capability-tlv/stateful
To create instances of this class use StatefulBuilder.
StatefulBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIncludeDbVersion() |
Boolean |
isLspUpdateCapability() |
Copyright © 2014. All rights reserved.