Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.routes.ipv6.routes.Ipv6RouteBuilder
Package
Description
-
Uses of Ipv6RouteBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.routes.ipv6.routes
Modifier and TypeMethodDescriptionIpv6RouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Route> augmentation) Add an augmentation to this builder's product.Ipv6RouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6Route>> augmentationType) Remove an augmentation from this builder's product.Ipv6RouteBuilder.setAttributes
(Attributes value) Set the property corresponding toPathAttributes.getAttributes()
to the specified value.Set the property corresponding toPathIdGrouping.getPathId()
to the specified value.Ipv6RouteBuilder.setPrefix
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix value) Set the property corresponding toIpv6Prefix.getPrefix()
to the specified value.Ipv6RouteBuilder.setRouteKey
(String value) Set the property corresponding toRoute.getRouteKey()
to the specified value.Ipv6RouteBuilder.withKey
(Ipv6RouteKey key) Set the key value corresponding toIpv6Route.key()
to the specified value.