public interface BasicExplicitRouteSubobjects
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping basic-explicit-route-subobjects {
choice subobject-type {
case as-number-case {
container as-number {
uses as-number-subobject;
}
}
case ip-prefix-case {
container ip-prefix {
uses ip-prefix-subobject;
}
}
case label-case {
container label {
uses label-subobject;
}
}
case srlg-case {
container srlg {
uses srlg-subobject;
}
}
case unnumbered-case {
container unnumbered {
uses unnumbered-subobject;
}
}
}
}
The schema path to identify an instance is
rsvp/basic-explicit-route-subobjects| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
SubobjectType |
getSubobjectType() |
@Nullable SubobjectType getSubobjectType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.SubobjectType subobjectType, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.