public interface PerformanceMetric
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
Measurement |
measurement()
Returns the attribute measurement.
|
void |
measurement(Measurement measurement)
Sets the attribute measurement.
|
Normality |
normality()
Returns the attribute normality.
|
void |
normality(Normality normality)
Sets the attribute normality.
|
Throttle |
throttle()
Returns the attribute throttle.
|
void |
throttle(Throttle throttle)
Sets the attribute throttle.
|
Measurement measurement()
Normality normality()
Throttle throttle()
void measurement(Measurement measurement)
measurement - value of measurementvoid normality(Normality normality)
normality - value of normalityvoid throttle(Throttle throttle)
throttle - value of throttleCopyright © 2018. All rights reserved.