Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input.ConstraintsBuilder
Package
Description
-
Uses of ConstraintsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input
Modifier 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
(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
(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.Set the property corresponding toPathConstraints.getDelay()
to the specified value.ConstraintsBuilder.setExcludeRoute
(List<ExcludeRoute> values) Set the property corresponding toPathConstraints.getExcludeRoute()
to the specified value.ConstraintsBuilder.setIncludeRoute
(List<IncludeRoute> values) Set the property corresponding toPathConstraints.getIncludeRoute()
to the specified value.Set the property corresponding toPathConstraints.getJitter()
to the specified 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.