public interface LspCleanup extends org.opendaylight.yangtools.yang.binding.ChildOf<LspCleanupTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<LspCleanup>, 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-crabbe-initiated00
(Source path: META-INF/yang/odl-pcep-crabbe-initiated00.yang):
container lsp-cleanup {
leaf timeout {
type uint32;
}
uses tlv;
}
The schema path to identify an instance is
odl-pcep-crabbe-initiated00/lsp-cleanup-tlv/lsp-cleanup
To create instances of this class use LspCleanupBuilder.
LspCleanupBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getTimeout() |
Long getTimeout()
Copyright © 2014. All rights reserved.