public interface Tunnel
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tunnel.LeafIdentifier
Identify the leaf of Tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
bandwidth()
Returns the attribute bandwidth.
|
void |
bandwidth(Bandwidth bandwidth)
Sets the attribute bandwidth.
|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
Object |
identifier()
Returns the attribute identifier.
|
void |
identifier(Object identifier)
Sets the attribute identifier.
|
boolean |
isLeafValueSet(Tunnel.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
name()
Returns the attribute name.
|
void |
name(Object name)
Sets the attribute name.
|
P2PprimaryPaths |
p2PprimaryPaths()
Returns the attribute p2PprimaryPaths.
|
void |
p2PprimaryPaths(P2PprimaryPaths p2PprimaryPaths)
Sets the attribute p2PprimaryPaths.
|
P2PsecondaryPaths |
p2PsecondaryPaths()
Returns the attribute p2PsecondaryPaths.
|
void |
p2PsecondaryPaths(P2PsecondaryPaths p2PsecondaryPaths)
Sets the attribute p2PsecondaryPaths.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object name()
Object identifier()
BitSet valueLeafFlags()
Config config()
State state()
P2PprimaryPaths p2PprimaryPaths()
P2PsecondaryPaths p2PsecondaryPaths()
Bandwidth bandwidth()
void name(Object name)
name - value of namevoid identifier(Object identifier)
identifier - value of identifiervoid config(Config config)
config - value of configvoid state(State state)
state - value of statevoid p2PprimaryPaths(P2PprimaryPaths p2PprimaryPaths)
p2PprimaryPaths - value of p2PprimaryPathsvoid p2PsecondaryPaths(P2PsecondaryPaths p2PsecondaryPaths)
p2PsecondaryPaths - value of p2PsecondaryPathsvoid bandwidth(Bandwidth bandwidth)
bandwidth - value of bandwidthboolean isLeafValueSet(Tunnel.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.