public interface LspDbVersionTlv
extends org.opendaylight.yangtools.yang.binding.DataObject
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):
grouping lsp-db-version-tlv {
container lsp-db-version {
leaf version {
type uint64;
}
uses tlv;
}
}
The schema path to identify an instance is
odl-pcep-ietf-stateful02/lsp-db-version-tlv| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
LspDbVersion |
getLspDbVersion() |
LspDbVersion getLspDbVersion()
Copyright © 2014. All rights reserved.