Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route.VpnRouteBuilder
Package
Description
-
Uses of VpnRouteBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route
Modifier and TypeMethodDescriptionVpnRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<VpnRoute> augmentation) Add an augmentation to this builder's product.VpnRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<VpnRoute>> augmentationType) Remove an augmentation from this builder's product.VpnRouteBuilder.setAttributes
(Attributes value) Set the property corresponding toPathAttributes.getAttributes()
to the specified value.VpnRouteBuilder.setLabelStack
(List<LabelStack> values) Set the property corresponding toLabeledUnicast.getLabelStack()
to the specified value.Set the property corresponding toPathIdGrouping.getPathId()
to the specified value.VpnRouteBuilder.setPrefix
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix value) Set the property corresponding toLabeledUnicast.getPrefix()
to the specified value.VpnRouteBuilder.setRouteDistinguisher
(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()
to the specified value.VpnRouteBuilder.setRouteKey
(String value) Set the property corresponding toRoute.getRouteKey()
to the specified value.VpnRouteBuilder.withKey
(VpnRouteKey key) Set the key value corresponding toVpnRoute.key()
to the specified value.