public interface RequestCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RequestCase>, ErrorType
This class represents the following YANG schema fragment defined in module pcep-types
case request-case {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Request |
getRequest() |
Request getRequest()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.Request request, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.