Interface LspAttributes
- All Superinterfaces:
BandwidthObject
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,ClasstypeObject
,org.opendaylight.yangtools.binding.DataContainer
,ExcludeRouteObject
,org.opendaylight.yangtools.binding.Grouping
,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.binding.Grouping, 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; }
-
Method Summary
Modifier and TypeMethodDescriptionReturn metrics, ornull
if it is not present.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, nonnullBandwidth
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClasstypeObject
getClassType, nonnullClassType
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ExcludeRouteObject
getXro, nonnullXro
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.IncludeRouteObject
getIro, nonnullIro
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.LspaObject
getLspa, nonnullLspa
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.OfObject
getOf, nonnullOf
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReoptimizationBandwidthObject
getReoptimizationBandwidth, nonnullReoptimizationBandwidth
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReportedRouteObject
getRro, nonnullRro
-
Method Details
-
getMetrics
Return metrics, ornull
if it is not present.- Returns:
List<Metrics>
metrics, ornull
if it is not present.
-
nonnullMetrics
Return metrics, or an empty list if it is not present.- Returns:
List<Metrics>
metrics, or an empty list if it is not present.
-