Interface ReportedRoute

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ReportedRoute>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<P2p>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ReoptimizationBandwidthObject, ReportedRouteObject

    public interface ReportedRoute
    extends org.opendaylight.yangtools.yang.binding.ChildOf<P2p>, org.opendaylight.yangtools.yang.binding.Augmentable<ReportedRoute>, ReportedRouteObject, ReoptimizationBandwidthObject

    This class represents the following YANG schema fragment defined in module pcep-types

     container reported-route {
       uses reported-route-object;
       uses reoptimization-bandwidth-object;
     }
     
    The schema path to identify an instance is pcep-types/pcreq-message/pcreq-message/requests/segment-computation/p2p/reported-route

    To create instances of this class use ReportedRouteBuilder.

    See Also:
    ReportedRouteBuilder