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