public interface LanPrefixes
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
void |
addToIpv4LanPrefixes(Ipv4LanPrefixes addTo)
Adds to the list of ipv4LanPrefixes.
|
void |
addToIpv6LanPrefixes(Ipv6LanPrefixes addTo)
Adds to the list of ipv6LanPrefixes.
|
List<Ipv4LanPrefixes> |
ipv4LanPrefixes()
Returns the attribute ipv4LanPrefixes.
|
void |
ipv4LanPrefixes(List<Ipv4LanPrefixes> ipv4LanPrefixes)
Sets the attribute ipv4LanPrefixes.
|
List<Ipv6LanPrefixes> |
ipv6LanPrefixes()
Returns the attribute ipv6LanPrefixes.
|
void |
ipv6LanPrefixes(List<Ipv6LanPrefixes> ipv6LanPrefixes)
Sets the attribute ipv6LanPrefixes.
|
List<Ipv4LanPrefixes> ipv4LanPrefixes()
List<Ipv6LanPrefixes> ipv6LanPrefixes()
void ipv4LanPrefixes(List<Ipv4LanPrefixes> ipv4LanPrefixes)
ipv4LanPrefixes - list of ipv4LanPrefixesvoid ipv6LanPrefixes(List<Ipv6LanPrefixes> ipv6LanPrefixes)
ipv6LanPrefixes - list of ipv6LanPrefixesvoid addToIpv4LanPrefixes(Ipv4LanPrefixes addTo)
addTo - value of ipv4LanPrefixesvoid addToIpv6LanPrefixes(Ipv6LanPrefixes addTo)
addTo - value of ipv6LanPrefixesCopyright © 2018. All rights reserved.