public interface TunnelTerminationPoint
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TunnelTerminationPoint.LeafIdentifier
Identify the leaf of TunnelTerminationPoint.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
isLeafValueSet(TunnelTerminationPoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
byte[] |
tunnelTpId()
Returns the attribute tunnelTpId.
|
void |
tunnelTpId(byte[] tunnelTpId)
Sets the attribute tunnelTpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
byte[] tunnelTpId()
BitSet valueLeafFlags()
Config config()
State state()
void tunnelTpId(byte[] tunnelTpId)
tunnelTpId - value of tunnelTpIdvoid config(Config config)
config - value of configvoid state(State state)
state - value of stateboolean isLeafValueSet(TunnelTerminationPoint.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.