public interface Underlay
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Underlay.LeafIdentifier
Identify the leaf of Underlay.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToUnderlayBackupPath(UnderlayBackupPath addTo)
Adds to the list of underlayBackupPath.
|
boolean |
isLeafValueSet(Underlay.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<UnderlayBackupPath> |
underlayBackupPath()
Returns the attribute underlayBackupPath.
|
void |
underlayBackupPath(List<UnderlayBackupPath> underlayBackupPath)
Sets the attribute underlayBackupPath.
|
UnderlayPrimaryPath |
underlayPrimaryPath()
Returns the attribute underlayPrimaryPath.
|
void |
underlayPrimaryPath(UnderlayPrimaryPath underlayPrimaryPath)
Sets the attribute underlayPrimaryPath.
|
int |
underlayProtectionType()
Returns the attribute underlayProtectionType.
|
void |
underlayProtectionType(int underlayProtectionType)
Sets the attribute underlayProtectionType.
|
UnderlayTrailDes |
underlayTrailDes()
Returns the attribute underlayTrailDes.
|
void |
underlayTrailDes(UnderlayTrailDes underlayTrailDes)
Sets the attribute underlayTrailDes.
|
UnderlayTrailSrc |
underlayTrailSrc()
Returns the attribute underlayTrailSrc.
|
void |
underlayTrailSrc(UnderlayTrailSrc underlayTrailSrc)
Sets the attribute underlayTrailSrc.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int underlayProtectionType()
BitSet valueLeafFlags()
UnderlayPrimaryPath underlayPrimaryPath()
List<UnderlayBackupPath> underlayBackupPath()
UnderlayTrailSrc underlayTrailSrc()
UnderlayTrailDes underlayTrailDes()
void underlayProtectionType(int underlayProtectionType)
underlayProtectionType - value of underlayProtectionTypevoid underlayPrimaryPath(UnderlayPrimaryPath underlayPrimaryPath)
underlayPrimaryPath - value of underlayPrimaryPathvoid underlayBackupPath(List<UnderlayBackupPath> underlayBackupPath)
underlayBackupPath - list of underlayBackupPathvoid underlayTrailSrc(UnderlayTrailSrc underlayTrailSrc)
underlayTrailSrc - value of underlayTrailSrcvoid underlayTrailDes(UnderlayTrailDes underlayTrailDes)
underlayTrailDes - value of underlayTrailDesvoid addToUnderlayBackupPath(UnderlayBackupPath addTo)
addTo - value of underlayBackupPathboolean isLeafValueSet(Underlay.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.