public interface Te
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Te.LeafIdentifier
Identify the leaf of Te.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTunnelTerminationPoint(TunnelTerminationPoint addTo)
Adds to the list of tunnelTerminationPoint.
|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
isLeafValueSet(Te.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
TeNodeId |
teNodeId()
Returns the attribute teNodeId.
|
void |
teNodeId(TeNodeId teNodeId)
Sets the attribute teNodeId.
|
List<TunnelTerminationPoint> |
tunnelTerminationPoint()
Returns the attribute tunnelTerminationPoint.
|
void |
tunnelTerminationPoint(List<TunnelTerminationPoint> tunnelTerminationPoint)
Sets the attribute tunnelTerminationPoint.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeNodeId teNodeId()
BitSet valueLeafFlags()
Config config()
State state()
List<TunnelTerminationPoint> tunnelTerminationPoint()
void teNodeId(TeNodeId teNodeId)
teNodeId - value of teNodeIdvoid config(Config config)
config - value of configvoid state(State state)
state - value of statevoid tunnelTerminationPoint(List<TunnelTerminationPoint> tunnelTerminationPoint)
tunnelTerminationPoint - list of tunnelTerminationPointvoid addToTunnelTerminationPoint(TunnelTerminationPoint addTo)
addTo - value of tunnelTerminationPointboolean isLeafValueSet(Te.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.