public interface PathSelection
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathSelection.LeafIdentifier
Identify the leaf of PathSelection.
|
| Modifier and Type | Method and Description |
|---|---|
long |
costLimit()
Returns the attribute costLimit.
|
void |
costLimit(long costLimit)
Sets the attribute costLimit.
|
short |
hopLimit()
Returns the attribute hopLimit.
|
void |
hopLimit(short hopLimit)
Sets the attribute hopLimit.
|
boolean |
ignoreOverload()
Returns the attribute ignoreOverload.
|
void |
ignoreOverload(boolean ignoreOverload)
Sets the attribute ignoreOverload.
|
boolean |
isLeafValueSet(PathSelection.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends PathMetricType> |
metricType()
Returns the attribute metricType.
|
void |
metricType(Class<? extends PathMetricType> metricType)
Sets the attribute metricType.
|
Class<? extends PathTiebreakerType> |
tiebreakerType()
Returns the attribute tiebreakerType.
|
void |
tiebreakerType(Class<? extends PathTiebreakerType> tiebreakerType)
Sets the attribute tiebreakerType.
|
TopologyId |
topology()
Returns the attribute topology.
|
void |
topology(TopologyId topology)
Sets the attribute topology.
|
TunnelPathAffinities |
tunnelPathAffinities()
Returns the attribute tunnelPathAffinities.
|
void |
tunnelPathAffinities(TunnelPathAffinities tunnelPathAffinities)
Sets the attribute tunnelPathAffinities.
|
TunnelPathSrlgs |
tunnelPathSrlgs()
Returns the attribute tunnelPathSrlgs.
|
void |
tunnelPathSrlgs(TunnelPathSrlgs tunnelPathSrlgs)
Sets the attribute tunnelPathSrlgs.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TopologyId topology()
long costLimit()
short hopLimit()
Class<? extends PathMetricType> metricType()
Class<? extends PathTiebreakerType> tiebreakerType()
boolean ignoreOverload()
BitSet valueLeafFlags()
TunnelPathAffinities tunnelPathAffinities()
TunnelPathSrlgs tunnelPathSrlgs()
void topology(TopologyId topology)
topology - value of topologyvoid costLimit(long costLimit)
costLimit - value of costLimitvoid hopLimit(short hopLimit)
hopLimit - value of hopLimitvoid metricType(Class<? extends PathMetricType> metricType)
metricType - value of metricTypevoid tiebreakerType(Class<? extends PathTiebreakerType> tiebreakerType)
tiebreakerType - value of tiebreakerTypevoid ignoreOverload(boolean ignoreOverload)
ignoreOverload - value of ignoreOverloadvoid tunnelPathAffinities(TunnelPathAffinities tunnelPathAffinities)
tunnelPathAffinities - value of tunnelPathAffinitiesvoid tunnelPathSrlgs(TunnelPathSrlgs tunnelPathSrlgs)
tunnelPathSrlgs - value of tunnelPathSrlgsboolean isLeafValueSet(PathSelection.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.