Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path.ConstraintsBuilder
Packages that use ConstraintsBuilder
Package
Description
-
Uses of ConstraintsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path that return ConstraintsBuilderModifier and TypeMethodDescriptionConstraintsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Constraints> augmentation) Add an augmentation to this builder's product.ConstraintsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Constraints>> augmentationType) Remove an augmentation from this builder's product.ConstraintsBuilder.setAddressFamily(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.AddressFamily value) Set the property corresponding toPathConstraints.getAddressFamily()to the specified value.ConstraintsBuilder.setAdminGroup(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPathConstraints.getAdminGroup()to the specified value.ConstraintsBuilder.setBandwidth(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.DecimalBandwidth value) Set the property corresponding toPathConstraints.getBandwidth()to the specified value.ConstraintsBuilder.setClassType(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toPathConstraints.getClassType()to the specified value.ConstraintsBuilder.setDelay(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Delay value) Set the property corresponding toPathConstraints.getDelay()to the specified value.ConstraintsBuilder.setExcludeRoute(List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints.ExcludeRoute> values) Set the property corresponding toPathConstraints.getExcludeRoute()to the specified value.ConstraintsBuilder.setIncludeRoute(List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints.IncludeRoute> values) Set the property corresponding toPathConstraints.getIncludeRoute()to the specified value.ConstraintsBuilder.setJitter(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Delay value) Set the property corresponding toPathConstraints.getJitter()to the specified value.ConstraintsBuilder.setLoss(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Loss value) Set the property corresponding toPathConstraints.getLoss()to the specified value.ConstraintsBuilder.setMetric(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPathConstraints.getMetric()to the specified value.ConstraintsBuilder.setTeMetric(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPathConstraints.getTeMetric()to the specified value.