public interface Xro extends org.opendaylight.yangtools.yang.binding.ChildOf<ExcludeRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Xro>, Object
This class represents the following YANG schema fragment defined in module pcep-types
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/xro
To create instances of this class use XroBuilder.
XroBuilder| Modifier and Type | Interface and Description |
|---|---|
static class |
Xro.Flags |
| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Xro.Flags |
getFlags() |
@Nullable List<Subobject> |
getSubobject() |
default Class<Xro> |
implementedInterface() |
default @NonNull List<Subobject> |
nonnullSubobject() |
isIgnore, isProcessingRuledefault Class<Xro> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Xro.Flags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.Xro.Flags flags, or null if not present@Nullable List<Subobject> getSubobject()
java.util.List subobject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.