public interface Ipv6LanPrefixes
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ipv6LanPrefixes.LeafIdentifier
Identify the leaf of Ipv6LanPrefixes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Ipv6LanPrefixes.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Ipv6Prefix |
lan()
Returns the attribute lan.
|
void |
lan(Ipv6Prefix lan)
Sets the attribute lan.
|
String |
lanTag()
Returns the attribute lanTag.
|
void |
lanTag(String lanTag)
Sets the attribute lanTag.
|
Ipv6Address |
nextHop()
Returns the attribute nextHop.
|
void |
nextHop(Ipv6Address nextHop)
Sets the attribute nextHop.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv6Prefix lan()
String lanTag()
Ipv6Address nextHop()
BitSet valueLeafFlags()
void lan(Ipv6Prefix lan)
lan - value of lanvoid lanTag(String lanTag)
lanTag - value of lanTagvoid nextHop(Ipv6Address nextHop)
nextHop - value of nextHopboolean isLeafValueSet(Ipv6LanPrefixes.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.