All Superinterfaces:
BandwidthObject, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, ClasstypeObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExcludeRouteObject, IncludeRouteObject, LspaObject, OfObject, ReoptimizationBandwidthObject, ReportedRouteObject
All Known Subinterfaces:
Arguments, Arguments, FailureCase, P2p, Path, Path, Path, PathDefinition, Paths, Requests

@Generated("mdsal-binding-generator") public interface LspAttributes extends org.opendaylight.yangtools.yang.binding.DataObject, LspaObject, BandwidthObject, ReoptimizationBandwidthObject, IncludeRouteObject, ReportedRouteObject, ExcludeRouteObject, OfObject, ClasstypeObject

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

 grouping lsp-attributes {
   uses lspa-object;
   uses bandwidth-object;
   uses reoptimization-bandwidth-object;
   list metrics {
     uses metric-object;
   }
   uses include-route-object;
   uses reported-route-object;
   uses exclude-route-object;
   uses of-object;
   uses classtype-object;
 }