public interface FastRerouteObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping fast-reroute-object {
choice fast-reroute-object {
case basic-fast-reroute-object {
leaf hop-limit {
type hop-limit;
}
leaf flags {
type fast-reroute-flags;
}
leaf bandwidth {
type bandwidth;
}
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
}
case legacy-fast-reroute-object {
leaf hop-limit {
type hop-limit;
}
leaf flags {
type fast-reroute-flags;
}
leaf bandwidth {
type bandwidth;
}
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
}
}
}
The schema path to identify an instance is
rsvp/fast-reroute-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
FastRerouteObject |
getFastRerouteObject()
FAST REROUTE Object
|
FastRerouteObject getFastRerouteObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.FastRerouteObject fastRerouteObject, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.