All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<Requests>, BandwidthObject, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcinitiateMessage>, ClasstypeObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EndpointsObject, ExcludeRouteObject, ExplicitRouteObject, IncludeRouteObject, LspaObject, LspAttributes, LspObject, OfObject, ReoptimizationBandwidthObject, ReportedRouteObject, SrpObject

@Generated("mdsal-binding-generator") public interface Requests extends org.opendaylight.yangtools.yang.binding.ChildOf<PcinitiateMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Requests>, SrpObject, LspObject, EndpointsObject, ExplicitRouteObject, LspAttributes

This class represents the following YANG schema fragment defined in module odl-pcep-ietf-initiated

 list requests {
   uses stateful:srp-object;
   uses stateful:lsp-object;
   uses pcep:endpoints-object;
   uses pcep:explicit-route-object;
   uses pcep:lsp-attributes;
 }
 

To create instances of this class use RequestsBuilder.

See Also: