public interface Subobject extends org.opendaylight.yangtools.yang.binding.ChildOf<Iro>, org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ExplicitRouteSubobjects
This class represents the following YANG schema fragment defined in module pcep-types
list subobject {
leaf loose {
type boolean;
}
uses rsvp:explicit-route-subobjects;
ordered-by user;
}
The schema path to identify an instance is
pcep-types/include-route-object/iro/subobject
To create instances of this class use SubobjectBuilder.
SubobjectBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
default Class<Subobject> |
implementedInterface() |
@Nullable Boolean |
isLoose() |
default Class<Subobject> implementedInterface()
implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.BasicExplicitRouteSubobjectsimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ExplicitRouteSubobjects@Nullable Boolean isLoose()
java.lang.Boolean loose, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.