public interface Rp extends org.opendaylight.yangtools.yang.binding.ChildOf<RpObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Rp>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container rp {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
container tlvs {
container order {
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
uses tlv;
}
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
container path-setup-type {
leaf pst {
type pst;
}
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;
}
uses object;
}
The schema path to identify an instance is
pcep-types/rp-object/rp
To create instances of this class use RpBuilder.
RpBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getPriority() |
RequestId |
getRequestId() |
Tlvs |
getTlvs() |
Boolean |
isBiDirectional() |
Boolean |
isEroCompression() |
Boolean |
isFragmentation() |
Boolean |
isLoose() |
Boolean |
isMakeBeforeBreak() |
Boolean |
isOrder() |
Boolean |
isP2mp() |
Boolean |
isPathKey() |
Boolean |
isReoptimization() |
Boolean |
isSupplyOf() |
getAugmentationisIgnore, isProcessingRuleTlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.rp.object.rp.Tlvs tlvs, or null if not presentShort getPriority()
java.lang.Short priority, or null if not presentRequestId getRequestId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.RequestId requestId, or null if not presentBoolean isReoptimization()
java.lang.Boolean reoptimization, or null if not presentBoolean isBiDirectional()
java.lang.Boolean biDirectional, or null if not presentBoolean isLoose()
java.lang.Boolean loose, or null if not presentBoolean isPathKey()
java.lang.Boolean pathKey, or null if not presentBoolean isFragmentation()
java.lang.Boolean fragmentation, or null if not presentBoolean isP2mp()
java.lang.Boolean p2mp, or null if not presentBoolean isEroCompression()
java.lang.Boolean eroCompression, or null if not presentBoolean isSupplyOf()
java.lang.Boolean supplyOf, or null if not presentBoolean isOrder()
java.lang.Boolean order, or null if not presentBoolean isMakeBeforeBreak()
java.lang.Boolean makeBeforeBreak, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.