public interface TspecObject extends org.opendaylight.yangtools.yang.binding.ChildOf<TspecObject>, org.opendaylight.yangtools.yang.binding.Augmentable<TspecObject>, RsvpTeObject
This class represents the following YANG schema fragment defined in module rsvp
container tspec-object {
leaf token-bucket-rate {
type float32;
}
leaf token-bucket-size {
type float32;
}
leaf peak-data-rate {
type float32;
}
leaf minimum-policed-unit {
type uint32;
}
leaf maximum-packet-size {
type uint32;
}
uses rsvp-te-object;
}
The schema path to identify an instance is
rsvp/tspec-object/tspec-object
To create instances of this class use TspecObjectBuilder.
TspecObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaximumPacketSize() |
Long |
getMinimumPolicedUnit() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getPeakDataRate() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getTokenBucketRate() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getTokenBucketSize() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 getTokenBucketRate()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 tokenBucketRate, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 getTokenBucketSize()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 tokenBucketSize, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 getPeakDataRate()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 peakDataRate, or null if not presentLong getMinimumPolicedUnit()
java.lang.Long minimumPolicedUnit, or null if not presentLong getMaximumPacketSize()
java.lang.Long maximumPacketSize, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.