public interface LspObject
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-object {
container lsp {
leaf processing-rule {
type boolean;
}
leaf ignore {
type boolean;
}
container tlvs {
container symbolic-path-name {
leaf path-name {
type symbolic-path-name;
}
uses tlv;
}
container rsvp-error-spec {
container rsvp-error {
leaf node {
type ip-address;
}
leaf flags {
type bits;
}
leaf code {
type uint8;
}
leaf value {
type uint16;
}
uses error-spec;
}
uses tlv;
}
container lsp-db-version {
leaf version {
type uint64;
}
uses tlv;
}
list vendor-information-tlv {
key leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
uses rsvp-error-spec-tlv;
uses vendor-information-tlvs;
uses symbolic-path-name-tlv;
uses lsp-db-version-tlv;
}
leaf plsp-id {
type plsp-id;
}
leaf delegate {
type boolean;
}
leaf sync {
type boolean;
}
leaf remove {
type boolean;
}
leaf operational {
type boolean;
}
uses object;
}
}
The schema path to identify an instance is
odl-pcep-ietf-stateful02/lsp-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Lsp getLsp()
Copyright © 2014. All rights reserved.