public interface CommonFastRerouteObject extends org.opendaylight.yangtools.yang.binding.DataObject, Priority, AttributeFilters, RsvpTeObject
This class represents the following YANG schema fragment defined in module rsvp
grouping common-fast-reroute-object {
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;
}
leaf hop-limit {
type hop-limit;
}
leaf flags {
type fast-reroute-flags;
}
leaf bandwidth {
type bandwidth;
}
}
The schema path to identify an instance is
rsvp/common-fast-reroute-object| 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.network.concepts.rev131125.Bandwidth |
getBandwidth() |
FastRerouteFlags |
getFlags() |
Short |
getHopLimit() |
getHoldPriority, getSetupPrioritygetExcludeAny, getIncludeAll, getIncludeAnyShort getHopLimit()
java.lang.Short hopLimit, or null if not presentFastRerouteFlags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.FastRerouteFlags flags, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth getBandwidth()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth bandwidth, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.