public interface RouteTargetIpv4
| Modifier and Type | Interface and Description |
|---|---|
static class |
RouteTargetIpv4.LeafIdentifier
Identify the leaf of RouteTargetIpv4.
|
| Modifier and Type | Method and Description |
|---|---|
Ipv4Address |
globalAdministrator()
Returns the attribute globalAdministrator.
|
void |
globalAdministrator(Ipv4Address globalAdministrator)
Sets the attribute globalAdministrator.
|
boolean |
isLeafValueSet(RouteTargetIpv4.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
localAdministrator()
Returns the attribute localAdministrator.
|
void |
localAdministrator(int localAdministrator)
Sets the attribute localAdministrator.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv4Address globalAdministrator()
int localAdministrator()
BitSet valueLeafFlags()
void globalAdministrator(Ipv4Address globalAdministrator)
globalAdministrator - value of globalAdministratorvoid localAdministrator(int localAdministrator)
localAdministrator - value of localAdministratorboolean isLeafValueSet(RouteTargetIpv4.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.