public interface FlowSpecObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping flow-spec-object {
container flow-spec-object {
leaf service-header {
type service-number;
}
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;
}
leaf rate {
type float32;
}
leaf slack-term {
type uint32;
}
uses tspec-object;
uses rsvp-te-object;
}
}
The schema path to identify an instance is
rsvp/flow-spec-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
FlowSpecObject |
getFlowSpecObject()
FLOW_SPEC
|
FlowSpecObject getFlowSpecObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object.FlowSpecObject flowSpecObject, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.