public interface Throttle
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Throttle.LeafIdentifier
Identify the leaf of Throttle.
|
| Modifier and Type | Method and Description |
|---|---|
long |
advertisementInterval()
Returns the attribute advertisementInterval.
|
void |
advertisementInterval(long advertisementInterval)
Sets the attribute advertisementInterval.
|
boolean |
isLeafValueSet(Throttle.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
measureInterval()
Returns the attribute measureInterval.
|
void |
measureInterval(long measureInterval)
Sets the attribute measureInterval.
|
long |
suppressionInterval()
Returns the attribute suppressionInterval.
|
void |
suppressionInterval(long suppressionInterval)
Sets the attribute suppressionInterval.
|
ThresholdAcceleratedAdvertisement |
thresholdAcceleratedAdvertisement()
Returns the attribute thresholdAcceleratedAdvertisement.
|
void |
thresholdAcceleratedAdvertisement(ThresholdAcceleratedAdvertisement thresholdAcceleratedAdvertisement)
Sets the attribute thresholdAcceleratedAdvertisement.
|
ThresholdIn |
thresholdIn()
Returns the attribute thresholdIn.
|
void |
thresholdIn(ThresholdIn thresholdIn)
Sets the attribute thresholdIn.
|
ThresholdOut |
thresholdOut()
Returns the attribute thresholdOut.
|
void |
thresholdOut(ThresholdOut thresholdOut)
Sets the attribute thresholdOut.
|
long |
unidirectionalDelayOffset()
Returns the attribute unidirectionalDelayOffset.
|
void |
unidirectionalDelayOffset(long unidirectionalDelayOffset)
Sets the attribute unidirectionalDelayOffset.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long unidirectionalDelayOffset()
long measureInterval()
long advertisementInterval()
long suppressionInterval()
BitSet valueLeafFlags()
ThresholdOut thresholdOut()
ThresholdIn thresholdIn()
ThresholdAcceleratedAdvertisement thresholdAcceleratedAdvertisement()
void unidirectionalDelayOffset(long unidirectionalDelayOffset)
unidirectionalDelayOffset - value of unidirectionalDelayOffsetvoid measureInterval(long measureInterval)
measureInterval - value of measureIntervalvoid advertisementInterval(long advertisementInterval)
advertisementInterval - value of advertisementIntervalvoid suppressionInterval(long suppressionInterval)
suppressionInterval - value of suppressionIntervalvoid thresholdOut(ThresholdOut thresholdOut)
thresholdOut - value of thresholdOutvoid thresholdIn(ThresholdIn thresholdIn)
thresholdIn - value of thresholdInvoid thresholdAcceleratedAdvertisement(ThresholdAcceleratedAdvertisement thresholdAcceleratedAdvertisement)
thresholdAcceleratedAdvertisement - value of thresholdAcceleratedAdvertisementboolean isLeafValueSet(Throttle.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.