public interface ExcludeRouteObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping exclude-route-object {
container exclude-route-object {
uses rsvp-te-object;
list subobject-container {
uses exclude-route-subobjects;
ordered-by user;
}
}
}
The schema path to identify an instance is
rsvp/exclude-route-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ExcludeRouteObject |
getExcludeRouteObject() |
@Nullable ExcludeRouteObject getExcludeRouteObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object.ExcludeRouteObject excludeRouteObject, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.