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 |
|---|---|
Class<? extends StateType> |
adminStatus()
Returns the attribute adminStatus.
|
void |
adminStatus(Class<? extends StateType> adminStatus)
Sets the attribute adminStatus.
|
String |
description()
Returns the attribute description.
|
void |
description(String description)
Sets the attribute description.
|
short |
holdPriority()
Returns the attribute holdPriority.
|
void |
holdPriority(short holdPriority)
Sets the attribute holdPriority.
|
int |
identifier()
Returns the attribute identifier.
|
void |
identifier(int identifier)
Sets the attribute identifier.
|
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends LspProtType> |
lspProtectionType()
Returns the attribute lspProtectionType.
|
void |
lspProtectionType(Class<? extends LspProtType> lspProtectionType)
Sets the attribute lspProtectionType.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
int |
reoptimizeTimer()
Returns the attribute reoptimizeTimer.
|
void |
reoptimizeTimer(int reoptimizeTimer)
Sets the attribute reoptimizeTimer.
|
short |
setupPriority()
Returns the attribute setupPriority.
|
void |
setupPriority(short setupPriority)
Sets the attribute setupPriority.
|
Class<? extends TunnelType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends TunnelType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
Class<? extends TunnelType> type()
int identifier()
String description()
short setupPriority()
short holdPriority()
Class<? extends LspProtType> lspProtectionType()
Class<? extends StateType> adminStatus()
int reoptimizeTimer()
BitSet valueLeafFlags()
void name(String name)
name - value of namevoid type(Class<? extends TunnelType> type)
type - value of typevoid identifier(int identifier)
identifier - value of identifiervoid description(String description)
description - value of descriptionvoid setupPriority(short setupPriority)
setupPriority - value of setupPriorityvoid holdPriority(short holdPriority)
holdPriority - value of holdPriorityvoid lspProtectionType(Class<? extends LspProtType> lspProtectionType)
lspProtectionType - value of lspProtectionTypevoid adminStatus(Class<? extends StateType> adminStatus)
adminStatus - value of adminStatusvoid reoptimizeTimer(int reoptimizeTimer)
reoptimizeTimer - value of reoptimizeTimerboolean isLeafValueSet(Config.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.