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 {
uses rsvp-te-object;
leaf service-header {
type service-number;
}
uses tspec-object;
leaf rate {
type ieee754:float32;
}
leaf slack-term {
type uint32;
}
}
}
The schema path to identify an instance is
rsvp/flow-spec-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
FlowSpecObject |
getFlowSpecObject()
FLOW_SPEC
|
Class<? extends FlowSpecObject> |
implementedInterface() |
Class<? extends FlowSpecObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectFlowSpecObject getFlowSpecObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object.FlowSpecObject flowSpecObject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.