public interface PathConstraints
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathConstraints.LeafIdentifier
Identify the leaf of PathConstraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToMetric(Metric addTo)
Adds to the list of metric.
|
TeBandwidth |
bandwidthGeneric()
Returns the attribute bandwidthGeneric.
|
void |
bandwidthGeneric(TeBandwidth bandwidthGeneric)
Sets the attribute bandwidthGeneric.
|
short |
holdPriority()
Returns the attribute holdPriority.
|
void |
holdPriority(short holdPriority)
Sets the attribute holdPriority.
|
boolean |
ignoreOverload()
Returns the attribute ignoreOverload.
|
void |
ignoreOverload(boolean ignoreOverload)
Sets the attribute ignoreOverload.
|
boolean |
isLeafValueSet(PathConstraints.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Metric> |
metric()
Returns the attribute metric.
|
void |
metric(List<Metric> metric)
Sets the attribute metric.
|
PathAffinities |
pathAffinities()
Returns the attribute pathAffinities.
|
void |
pathAffinities(PathAffinities pathAffinities)
Sets the attribute pathAffinities.
|
PathSrlgs |
pathSrlgs()
Returns the attribute pathSrlgs.
|
void |
pathSrlgs(PathSrlgs pathSrlgs)
Sets the attribute pathSrlgs.
|
short |
setupPriority()
Returns the attribute setupPriority.
|
void |
setupPriority(short setupPriority)
Sets the attribute setupPriority.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeBandwidth bandwidthGeneric()
short setupPriority()
short holdPriority()
boolean ignoreOverload()
BitSet valueLeafFlags()
PathAffinities pathAffinities()
PathSrlgs pathSrlgs()
void bandwidthGeneric(TeBandwidth bandwidthGeneric)
bandwidthGeneric - value of bandwidthGenericvoid setupPriority(short setupPriority)
setupPriority - value of setupPriorityvoid holdPriority(short holdPriority)
holdPriority - value of holdPriorityvoid ignoreOverload(boolean ignoreOverload)
ignoreOverload - value of ignoreOverloadvoid metric(List<Metric> metric)
metric - list of metricvoid pathAffinities(PathAffinities pathAffinities)
pathAffinities - value of pathAffinitiesvoid pathSrlgs(PathSrlgs pathSrlgs)
pathSrlgs - value of pathSrlgsvoid addToMetric(Metric addTo)
addTo - value of metricboolean isLeafValueSet(PathConstraints.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.