public interface P2PprimaryPath
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
P2PprimaryPath.LeafIdentifier
Identify the leaf of P2PprimaryPath.
|
| Modifier and Type | Method and Description |
|---|---|
CandidateP2PsecondaryPaths |
candidateP2PsecondaryPaths()
Returns the attribute candidateP2PsecondaryPaths.
|
void |
candidateP2PsecondaryPaths(CandidateP2PsecondaryPaths candidateP2PsecondaryPaths)
Sets the attribute candidateP2PsecondaryPaths.
|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
isLeafValueSet(P2PprimaryPath.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
name()
Returns the attribute name.
|
void |
name(Object name)
Sets the attribute name.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object name()
BitSet valueLeafFlags()
CandidateP2PsecondaryPaths candidateP2PsecondaryPaths()
Config config()
State state()
void name(Object name)
name - value of namevoid candidateP2PsecondaryPaths(CandidateP2PsecondaryPaths candidateP2PsecondaryPaths)
candidateP2PsecondaryPaths - value of candidateP2PsecondaryPathsvoid config(Config config)
config - value of configvoid state(State state)
state - value of stateboolean isLeafValueSet(P2PprimaryPath.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.