public interface Bgp
| Modifier and Type | Interface and Description |
|---|---|
static class |
Bgp.LeafIdentifier
Identify the leaf of Bgp.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends AddressFamily>> |
addressFamily()
Returns the attribute addressFamily.
|
void |
addressFamily(List<Class<? extends AddressFamily>> addressFamily)
Sets the attribute addressFamily.
|
void |
addToAddressFamily(Class<? extends AddressFamily> addTo)
Adds to the list of addressFamily.
|
long |
autonomousSystem()
Returns the attribute autonomousSystem.
|
void |
autonomousSystem(long autonomousSystem)
Sets the attribute autonomousSystem.
|
boolean |
isLeafValueSet(Bgp.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long autonomousSystem()
List<Class<? extends AddressFamily>> addressFamily()
BitSet valueLeafFlags()
void autonomousSystem(long autonomousSystem)
autonomousSystem - value of autonomousSystemvoid addressFamily(List<Class<? extends AddressFamily>> addressFamily)
addressFamily - list of addressFamilyvoid addToAddressFamily(Class<? extends AddressFamily> addTo)
addTo - value of addressFamilyboolean isLeafValueSet(Bgp.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.