public interface TspecObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping tspec-object {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
TspecObject |
getTspecObject()
SENDER TSPEC Object
|
TspecObject getTspecObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject tspecObject, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.