public interface ExcludeRouteObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping exclude-route-object {
container xro {
uses object;
leaf flags {
type bits {
bit fail {
position 31;
}
}
}
list subobject {
uses rsvp:exclude-route-subobjects;
ordered-by user;
}
}
}
The schema path to identify an instance is
pcep-types/exclude-route-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Xro |
getXro() |
Class<? extends ExcludeRouteObject> |
implementedInterface() |
Class<? extends ExcludeRouteObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Xro getXro()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.Xro xro, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.