public interface ShamLink
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ShamLink.LeafIdentifier
Identify the leaf of ShamLink.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(ShamLink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
metric()
Returns the attribute metric.
|
void |
metric(int metric)
Sets the attribute metric.
|
SvcId |
targetSite()
Returns the attribute targetSite.
|
void |
targetSite(SvcId targetSite)
Sets the attribute targetSite.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SvcId targetSite()
int metric()
BitSet valueLeafFlags()
void targetSite(SvcId targetSite)
targetSite - value of targetSitevoid metric(int metric)
metric - value of metricboolean isLeafValueSet(ShamLink.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.