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 |
|---|---|
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends TePathSetupProtocol> |
pathSetupProtocol()
Returns the attribute pathSetupProtocol.
|
void |
pathSetupProtocol(Class<? extends TePathSetupProtocol> pathSetupProtocol)
Sets the attribute pathSetupProtocol.
|
int |
priority()
Returns the attribute priority.
|
void |
priority(int priority)
Sets the attribute priority.
|
Object |
secondaryPath()
Returns the attribute secondaryPath.
|
void |
secondaryPath(Object secondaryPath)
Sets the attribute secondaryPath.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object secondaryPath()
int priority()
Class<? extends TePathSetupProtocol> pathSetupProtocol()
BitSet valueLeafFlags()
void secondaryPath(Object secondaryPath)
secondaryPath - value of secondaryPathvoid priority(int priority)
priority - value of priorityvoid pathSetupProtocol(Class<? extends TePathSetupProtocol> pathSetupProtocol)
pathSetupProtocol - value of pathSetupProtocolboolean isLeafValueSet(Config.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.