public interface Ero extends org.opendaylight.yangtools.yang.binding.ChildOf<ExplicitRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Ero>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container ero {
uses object;
list subobject {
leaf loose {
type boolean;
}
uses rsvp:explicit-route-subobjects;
ordered-by user;
}
}
The schema path to identify an instance is
pcep-types/explicit-route-object/ero
To create instances of this class use EroBuilder.
EroBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Subobject> |
getSubobject() |
default Class<Ero> |
implementedInterface() |
default @NonNull List<Subobject> |
nonnullSubobject() |
isIgnore, isProcessingRuledefault Class<Ero> 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 List<Subobject> getSubobject()
java.util.List subobject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.