public interface FlowSpecObject extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowSpecObject>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowSpecObject>, TspecObject, RsvpTeObject
This class represents the following YANG schema fragment defined in module rsvp
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/flow-spec-object
To create instances of this class use FlowSpecObjectBuilder.
FlowSpecObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getRate() |
ServiceNumber |
getServiceHeader() |
Long |
getSlackTerm() |
getAugmentationgetTspecObjectServiceNumber getServiceHeader()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ServiceNumber serviceHeader, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 getRate()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 rate, or null if not presentLong getSlackTerm()
java.lang.Long slackTerm, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.