public interface Ipv4LanPrefixes
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ipv4LanPrefixes.LeafIdentifier
Identify the leaf of Ipv4LanPrefixes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Ipv4LanPrefixes.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Ipv4Prefix |
lan()
Returns the attribute lan.
|
void |
lan(Ipv4Prefix lan)
Sets the attribute lan.
|
String |
lanTag()
Returns the attribute lanTag.
|
void |
lanTag(String lanTag)
Sets the attribute lanTag.
|
Ipv4Address |
nextHop()
Returns the attribute nextHop.
|
void |
nextHop(Ipv4Address nextHop)
Sets the attribute nextHop.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv4Prefix lan()
String lanTag()
Ipv4Address nextHop()
BitSet valueLeafFlags()
void lan(Ipv4Prefix lan)
lan - value of lanvoid lanTag(String lanTag)
lanTag - value of lanTagvoid nextHop(Ipv4Address nextHop)
nextHop - value of nextHopboolean isLeafValueSet(Ipv4LanPrefixes.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.