public interface Rros extends org.opendaylight.yangtools.yang.binding.ChildOf<EndpointRroPair>, org.opendaylight.yangtools.yang.binding.Augmentable<Rros>
This class represents the following YANG schema fragment defined in module pcep-types
list rros {
choice route-object {
case reported-route-object-case {
uses reported-route-object;
}
case secondary-reported-route-object-case {
uses secondary-reported-route-object;
}
}
}
The schema path to identify an instance is
pcep-types/pcreq-message/pcreq-message/requests/segment-computation/p2mp/endpoint-rro-pair/rros
To create instances of this class use RrosBuilder.
RrosBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RouteObject |
getRouteObject() |
default Class<Rros> |
implementedInterface() |
default Class<Rros> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable RouteObject getRouteObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.endpoint.rro.pair.rros.RouteObject routeObject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.