Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.EdgeAttributesBuilder
Package
Description
-
Uses of EdgeAttributesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge
Modifier and TypeMethodDescriptionEdgeAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes> augmentation) Add an augmentation to this builder's product.EdgeAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes>> augmentationType) Remove an augmentation from this builder's product.EdgeAttributesBuilder.setAdjSid
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getAdjSid()
to the specified value.EdgeAttributesBuilder.setAdjSid6
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getAdjSid6()
to the specified value.EdgeAttributesBuilder.setAdminGroup
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getAdminGroup()
to the specified value.EdgeAttributesBuilder.setAvailableBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getAvailableBandwidth()
to the specified value.EdgeAttributesBuilder.setBackupAdjSid
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getBackupAdjSid()
to the specified value.EdgeAttributesBuilder.setBackupAdjSid6
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getBackupAdjSid6()
to the specified value.Set the property corresponding toEdgeAttributes.getDelay()
to the specified value.Set the property corresponding toEdgeAttributes.getJitter()
to the specified value.EdgeAttributesBuilder.setLocalAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address value) Set the property corresponding toEdgeAttributes.getLocalAddress()
to the specified value.EdgeAttributesBuilder.setLocalAddress6
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address value) Set the property corresponding toEdgeAttributes.getLocalAddress6()
to the specified value.EdgeAttributesBuilder.setLocalIdentifier
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getLocalIdentifier()
to the specified value.Set the property corresponding toEdgeAttributes.getLoss()
to the specified value.EdgeAttributesBuilder.setMaxLinkBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getMaxLinkBandwidth()
to the specified value.EdgeAttributesBuilder.setMaxResvLinkBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getMaxResvLinkBandwidth()
to the specified value.EdgeAttributesBuilder.setMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getMetric()
to the specified value.EdgeAttributesBuilder.setMinMaxDelay
(MinMaxDelay value) Set the property corresponding toEdgeAttributes.getMinMaxDelay()
to the specified value.EdgeAttributesBuilder.setRemoteAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address value) Set the property corresponding toEdgeAttributes.getRemoteAddress()
to the specified value.EdgeAttributesBuilder.setRemoteAddress6
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address value) Set the property corresponding toEdgeAttributes.getRemoteAddress6()
to the specified value.EdgeAttributesBuilder.setRemoteIdentifier
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getRemoteIdentifier()
to the specified value.EdgeAttributesBuilder.setResidualBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getResidualBandwidth()
to the specified value.Set the property corresponding toEdgeAttributes.getSrlgs()
to the specified value.EdgeAttributesBuilder.setTeMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toEdgeAttributes.getTeMetric()
to the specified value.EdgeAttributesBuilder.setUnreservedBandwidth
(List<UnreservedBandwidth> values) Set the property corresponding toEdgeAttributes.getUnreservedBandwidth()
to the specified value.EdgeAttributesBuilder.setUtilizedBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getUtilizedBandwidth()
to the specified value.