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;
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable List<Metrics>
    Return metrics, or null if it is not present.
    Class<? extends LspAttributes>
     
    default @NonNull List<Metrics>
    Return metrics, or an empty list if it is not present.

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.BandwidthObject

    getBandwidth

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClasstypeObject

    getClassType

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ExcludeRouteObject

    getXro

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.IncludeRouteObject

    getIro

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.LspaObject

    getLspa

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.OfObject

    getOf

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReoptimizationBandwidthObject

    getReoptimizationBandwidth

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReportedRouteObject

    getRro