public interface AddressFamily
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddressFamily.LeafIdentifier
Identify the leaf of AddressFamily.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AddressFamily> |
af()
Returns the attribute af.
|
void |
af(Class<? extends AddressFamily> af)
Sets the attribute af.
|
boolean |
isLeafValueSet(AddressFamily.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
maximumRoutes()
Returns the attribute maximumRoutes.
|
void |
maximumRoutes(long maximumRoutes)
Sets the attribute maximumRoutes.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends AddressFamily> af()
long maximumRoutes()
BitSet valueLeafFlags()
void af(Class<? extends AddressFamily> af)
af - value of afvoid maximumRoutes(long maximumRoutes)
maximumRoutes - value of maximumRoutesboolean isLeafValueSet(AddressFamily.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.