public interface Overload extends org.opendaylight.yangtools.yang.binding.ChildOf<OverloadObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Overload>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container overload {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf duration {
type uint16;
}
uses object;
}
The schema path to identify an instance is
pcep-types/overload-object/overload
To create instances of this class use OverloadBuilder.
OverloadBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuration()
This field indicates the amount of time,in seconds, that the responding PCE
expects that it may continue tobe overloaded from the time that the response
message was generated.
|
getAugmentationisIgnore, isProcessingRuleInteger getDuration()
java.lang.Integer duration, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.