public interface YangAutoPrefixInterface
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangAutoPrefixInterface.LeafIdentifier
Identify the leaf of YangAutoPrefixInterface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToHigherLayerIf(String addTo)
Adds to the list of higherLayerIf.
|
void |
addToLowerLayerIf(String addTo)
Adds to the list of lowerLayerIf.
|
AdminStatusEnum |
adminStatus()
Returns the attribute adminStatus.
|
void |
adminStatus(AdminStatusEnum adminStatus)
Sets the attribute adminStatus.
|
List<String> |
higherLayerIf()
Returns the attribute higherLayerIf.
|
void |
higherLayerIf(List<String> higherLayerIf)
Sets the attribute higherLayerIf.
|
int |
ifIndex()
Returns the attribute ifIndex.
|
void |
ifIndex(int ifIndex)
Sets the attribute ifIndex.
|
boolean |
isLeafValueSet(YangAutoPrefixInterface.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DateAndTime |
lastChange()
Returns the attribute lastChange.
|
void |
lastChange(DateAndTime lastChange)
Sets the attribute lastChange.
|
List<String> |
lowerLayerIf()
Returns the attribute lowerLayerIf.
|
void |
lowerLayerIf(List<String> lowerLayerIf)
Sets the attribute lowerLayerIf.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
OperStatusEnum |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(OperStatusEnum operStatus)
Sets the attribute operStatus.
|
PhysAddress |
physAddress()
Returns the attribute physAddress.
|
void |
physAddress(PhysAddress physAddress)
Sets the attribute physAddress.
|
Gauge64 |
speed()
Returns the attribute speed.
|
void |
speed(Gauge64 speed)
Sets the attribute speed.
|
Statistics |
statistics()
Returns the attribute statistics.
|
void |
statistics(Statistics statistics)
Sets the attribute statistics.
|
Class<? extends InterfaceType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends InterfaceType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
Class<? extends InterfaceType> type()
AdminStatusEnum adminStatus()
OperStatusEnum operStatus()
DateAndTime lastChange()
int ifIndex()
PhysAddress physAddress()
Gauge64 speed()
List<String> higherLayerIf()
List<String> lowerLayerIf()
BitSet valueLeafFlags()
Statistics statistics()
void name(String name)
name - value of namevoid type(Class<? extends InterfaceType> type)
type - value of typevoid adminStatus(AdminStatusEnum adminStatus)
adminStatus - value of adminStatusvoid operStatus(OperStatusEnum operStatus)
operStatus - value of operStatusvoid lastChange(DateAndTime lastChange)
lastChange - value of lastChangevoid ifIndex(int ifIndex)
ifIndex - value of ifIndexvoid physAddress(PhysAddress physAddress)
physAddress - value of physAddressvoid speed(Gauge64 speed)
speed - value of speedvoid higherLayerIf(List<String> higherLayerIf)
higherLayerIf - list of higherLayerIfvoid lowerLayerIf(List<String> lowerLayerIf)
lowerLayerIf - list of lowerLayerIfvoid statistics(Statistics statistics)
statistics - value of statisticsvoid addToHigherLayerIf(String addTo)
addTo - value of higherLayerIfvoid addToLowerLayerIf(String addTo)
addTo - value of lowerLayerIfboolean isLeafValueSet(YangAutoPrefixInterface.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.