public interface Config
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Config.LeafIdentifier
Identify the leaf of Config.
|
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
bandwidth()
Returns the attribute bandwidth.
|
void |
bandwidth(Bandwidth bandwidth)
Sets the attribute bandwidth.
|
long |
costLimit()
Returns the attribute costLimit.
|
void |
costLimit(long costLimit)
Sets the attribute costLimit.
|
ExplicitRouteObjects |
explicitRouteObjects()
Returns the attribute explicitRouteObjects.
|
void |
explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
Sets the attribute explicitRouteObjects.
|
short |
holdPriority()
Returns the attribute holdPriority.
|
void |
holdPriority(short holdPriority)
Sets the attribute holdPriority.
|
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(Config.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.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
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.
|
Class<? extends PathTiebreakerType> |
tiebreakerType()
Returns the attribute tiebreakerType.
|
void |
tiebreakerType(Class<? extends PathTiebreakerType> tiebreakerType)
Sets the attribute tiebreakerType.
|
TeTopologyId |
topologyId()
Returns the attribute topologyId.
|
void |
topologyId(TeTopologyId topologyId)
Sets the attribute topologyId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
TeTopologyId topologyId()
long costLimit()
short hopLimit()
Class<? extends PathMetricType> metricType()
Class<? extends PathTiebreakerType> tiebreakerType()
boolean ignoreOverload()
short setupPriority()
short holdPriority()
BitSet valueLeafFlags()
PathAffinities pathAffinities()
PathSrlgs pathSrlgs()
Bandwidth bandwidth()
ExplicitRouteObjects explicitRouteObjects()
void name(String name)
name - value of namevoid topologyId(TeTopologyId topologyId)
topologyId - value of topologyIdvoid 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 setupPriority(short setupPriority)
setupPriority - value of setupPriorityvoid holdPriority(short holdPriority)
holdPriority - value of holdPriorityvoid pathAffinities(PathAffinities pathAffinities)
pathAffinities - value of pathAffinitiesvoid pathSrlgs(PathSrlgs pathSrlgs)
pathSrlgs - value of pathSrlgsvoid bandwidth(Bandwidth bandwidth)
bandwidth - value of bandwidthvoid explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
explicitRouteObjects - value of explicitRouteObjectsboolean isLeafValueSet(Config.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.