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 {
uses rsvp-te-object;
leaf token-bucket-rate {
type ieee754:float32;
}
leaf token-bucket-size {
type ieee754:float32;
}
leaf peak-data-rate {
type ieee754:float32;
}
leaf minimum-policed-unit {
type uint32;
}
leaf maximum-packet-size {
type uint32;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getMaximumPacketSize() |
@Nullable Long |
getMinimumPolicedUnit() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getPeakDataRate() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getTokenBucketRate() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getTokenBucketSize() |
default Class<TspecObject> |
implementedInterface() |
default Class<TspecObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface RsvpTeObject@Nullable 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 present@Nullable 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 tokenBucketSize, or null if not present@Nullable 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 peakDataRate, or null if not present@Nullable Long getMinimumPolicedUnit()
java.lang.Long minimumPolicedUnit, or null if not present@Nullable Long getMaximumPacketSize()
java.lang.Long maximumPacketSize, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.