Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.IntendedPathBuilder
Package
Description
-
Uses of IntendedPathBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Modifier and TypeMethodDescriptionIntendedPathBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IntendedPath> augmentation) Add an augmentation to this builder's product.IntendedPathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IntendedPath>> augmentationType) Remove an augmentation from this builder's product.IntendedPathBuilder.setConstraints
(Constraints value) Set the property corresponding toIntendedPath.getConstraints()
to the specified value.IntendedPathBuilder.setDestination
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) Set the property corresponding toIntendedPath.getDestination()
to the specified value.IntendedPathBuilder.setSource
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) Set the property corresponding toIntendedPath.getSource()
to the specified value.