public interface ExcludeRouteSubobjects extends org.opendaylight.yangtools.yang.binding.DataObject, BasicExplicitRouteSubobjects
This class represents the following YANG schema fragment defined in module rsvp
grouping exclude-route-subobjects {
leaf mandatory {
type boolean;
default false;
}
leaf attribute {
type enumeration {
enum interface {
value 0;
}
enum node {
value 1;
}
enum srlg {
value 2;
}
}
}
uses basic-explicit-route-subobjects;
}
The schema path to identify an instance is
rsvp/exclude-route-subobjects| Modifier and Type | Interface and Description |
|---|---|
static class |
ExcludeRouteSubobjects.Attribute |
| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ExcludeRouteSubobjects.Attribute |
getAttribute() |
Class<? extends ExcludeRouteSubobjects> |
implementedInterface() |
@Nullable Boolean |
isMandatory() |
getSubobjectTypeClass<? extends ExcludeRouteSubobjects> implementedInterface()
implementedInterface in interface BasicExplicitRouteSubobjectsimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Boolean isMandatory()
java.lang.Boolean mandatory, or null if not present@Nullable ExcludeRouteSubobjects.Attribute getAttribute()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ExcludeRouteSubobjects.Attribute attribute, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.