public interface Lsp
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Lsp.LeafIdentifier
Identify the leaf of Lsp.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
active()
Returns the attribute active.
|
void |
active(boolean active)
Sets the attribute active.
|
Object |
destination()
Returns the attribute destination.
|
void |
destination(Object destination)
Sets the attribute destination.
|
Object |
extendedTunnelId()
Returns the attribute extendedTunnelId.
|
void |
extendedTunnelId(Object extendedTunnelId)
Sets the attribute extendedTunnelId.
|
boolean |
isLeafValueSet(Lsp.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
lspId()
Returns the attribute lspId.
|
void |
lspId(Object lspId)
Sets the attribute lspId.
|
Object |
source()
Returns the attribute source.
|
void |
source(Object source)
Sets the attribute source.
|
Object |
tunnelId()
Returns the attribute tunnelId.
|
void |
tunnelId(Object tunnelId)
Sets the attribute tunnelId.
|
Object |
type()
Returns the attribute type.
|
void |
type(Object type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object source()
Object destination()
Object tunnelId()
Object lspId()
Object extendedTunnelId()
Object type()
boolean active()
BitSet valueLeafFlags()
void source(Object source)
source - value of sourcevoid destination(Object destination)
destination - value of destinationvoid tunnelId(Object tunnelId)
tunnelId - value of tunnelIdvoid lspId(Object lspId)
lspId - value of lspIdvoid extendedTunnelId(Object extendedTunnelId)
extendedTunnelId - value of extendedTunnelIdvoid type(Object type)
type - value of typevoid active(boolean active)
active - value of activeboolean isLeafValueSet(Lsp.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.