public interface Request extends org.opendaylight.yangtools.yang.binding.ChildOf<PcerrMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Request>
This class represents the following YANG schema fragment defined in module pcep-types
container request {
list rps {
container rp {
container tlvs {
container path-setup-type {
leaf pst {
type pst;
}
uses tlv;
}
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
container order {
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
uses tlv;
}
uses vendor-information-tlvs;
uses order-tlv;
uses path-setup-type-tlv;
}
leaf priority {
type uint8;
}
leaf request-id {
type request-id;
}
leaf reoptimization {
type reoptimization;
}
leaf bi-directional {
type bi-directional;
}
leaf loose {
type loose;
}
leaf path-key {
type path-key;
}
leaf fragmentation {
type fragmentation;
}
leaf p2mp {
type p2mp;
}
leaf ero-compression {
type ero-compression;
}
leaf supply-of {
type supply-of;
}
leaf order {
type order;
}
leaf make-before-break {
type make-before-break;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses rp-object;
}
}
The schema path to identify an instance is
pcep-types/pcerr-message/pcerr-message/error-type/request-case/request
To create instances of this class use RequestBuilder.
RequestBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Rps> |
getRps() |
Copyright © 2018 OpenDaylight. All rights reserved.