Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.Delay
Packages that use Delay
Package
Description
-
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return DelayModifier and TypeMethodDescriptionstatic Delay
Delay.getDefaultInstance
(String defaultValue) PerformanceAttributes.getDelayVariation()
Return delayVariation, ornull
if it is not present.PerformanceAttributes.getLinkDelay()
Return linkDelay, ornull
if it is not present.default @NonNull Delay
PerformanceAttributes.requireDelayVariation()
Return delayVariation, guaranteed to be non-null.default @NonNull Delay
PerformanceAttributes.requireLinkDelay()
Return linkDelay, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 with parameters of type Delay -
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.asla.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.asla.tlv that return DelayModifier and TypeMethodDescriptionAslaSubtlvsBuilder.getDelayVariation()
Return current value associated with the property corresponding toPerformanceAttributes.getDelayVariation()
.AslaSubtlvsBuilder.getLinkDelay()
Return current value associated with the property corresponding toPerformanceAttributes.getLinkDelay()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.asla.tlv with parameters of type DelayModifier and TypeMethodDescriptionAslaSubtlvsBuilder.setDelayVariation
(Delay value) Set the property corresponding toPerformanceAttributes.getDelayVariation()
to the specified value.AslaSubtlvsBuilder.setLinkDelay
(Delay value) Set the property corresponding toPerformanceAttributes.getLinkDelay()
to the specified value. -
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.l2.bundle.member
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.l2.bundle.member that return DelayModifier and TypeMethodDescriptionL2SubtlvsBuilder.getDelayVariation()
Return current value associated with the property corresponding toPerformanceAttributes.getDelayVariation()
.L2SubtlvsBuilder.getLinkDelay()
Return current value associated with the property corresponding toPerformanceAttributes.getLinkDelay()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.l2.bundle.member with parameters of type DelayModifier and TypeMethodDescriptionL2SubtlvsBuilder.setDelayVariation
(Delay value) Set the property corresponding toPerformanceAttributes.getDelayVariation()
to the specified value.L2SubtlvsBuilder.setLinkDelay
(Delay value) Set the property corresponding toPerformanceAttributes.getLinkDelay()
to the specified value. -
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute that return DelayModifier and TypeMethodDescriptionPerformanceMetricBuilder.getDelayVariation()
Return current value associated with the property corresponding toPerformanceAttributes.getDelayVariation()
.PerformanceMetricBuilder.getLinkDelay()
Return current value associated with the property corresponding toPerformanceAttributes.getLinkDelay()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type DelayModifier and TypeMethodDescriptionPerformanceMetricBuilder.setDelayVariation
(Delay value) Set the property corresponding toPerformanceAttributes.getDelayVariation()
to the specified value.PerformanceMetricBuilder.setLinkDelay
(Delay value) Set the property corresponding toPerformanceAttributes.getLinkDelay()
to the specified value. -
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.performance.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.performance.attributes that return DelayModifier and TypeMethodDescriptionLinkMinMaxDelay.getMaxDelay()
Return maxDelay, ornull
if it is not present.LinkMinMaxDelayBuilder.getMaxDelay()
Return current value associated with the property corresponding toLinkMinMaxDelay.getMaxDelay()
.LinkMinMaxDelay.getMinDelay()
Return minDelay, ornull
if it is not present.LinkMinMaxDelayBuilder.getMinDelay()
Return current value associated with the property corresponding toLinkMinMaxDelay.getMinDelay()
.default @NonNull Delay
LinkMinMaxDelay.requireMaxDelay()
Return maxDelay, guaranteed to be non-null.default @NonNull Delay
LinkMinMaxDelay.requireMinDelay()
Return minDelay, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.performance.attributes with parameters of type DelayModifier and TypeMethodDescriptionLinkMinMaxDelayBuilder.setMaxDelay
(Delay value) Set the property corresponding toLinkMinMaxDelay.getMaxDelay()
to the specified value.LinkMinMaxDelayBuilder.setMinDelay
(Delay value) Set the property corresponding toLinkMinMaxDelay.getMinDelay()
to the specified value.