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 |
|---|---|
ExplicitRouteObjects |
explicitRouteObjects()
Returns the attribute explicitRouteObjects.
|
void |
explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
Sets the attribute explicitRouteObjects.
|
boolean |
isLeafValueSet(P2PprimaryPath.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
long |
teDefaultMetric()
Returns the attribute teDefaultMetric.
|
void |
teDefaultMetric(long teDefaultMetric)
Sets the attribute teDefaultMetric.
|
long |
teDelayMetric()
Returns the attribute teDelayMetric.
|
void |
teDelayMetric(long teDelayMetric)
Sets the attribute teDelayMetric.
|
long |
teHopMetric()
Returns the attribute teHopMetric.
|
void |
teHopMetric(long teHopMetric)
Sets the attribute teHopMetric.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
long teDefaultMetric()
long teDelayMetric()
long teHopMetric()
BitSet valueLeafFlags()
ExplicitRouteObjects explicitRouteObjects()
void name(String name)
name - value of namevoid teDefaultMetric(long teDefaultMetric)
teDefaultMetric - value of teDefaultMetricvoid teDelayMetric(long teDelayMetric)
teDelayMetric - value of teDelayMetricvoid teHopMetric(long teHopMetric)
teHopMetric - value of teHopMetricvoid explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
explicitRouteObjects - value of explicitRouteObjectsboolean isLeafValueSet(P2PprimaryPath.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.