public interface LspAttributes extends org.opendaylight.yangtools.yang.binding.DataObject, IncludeRouteObject, ReportedRouteObject, ClasstypeObject, LspaObject, ExcludeRouteObject, BandwidthObject, OfObject, ReoptimizationBandwidthObject
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;
}
The schema path to identify an instance is
pcep-types/lsp-attributes| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Metrics> |
getMetrics() |
Class<? extends LspAttributes> |
implementedInterface() |
default @NonNull List<Metrics> |
nonnullMetrics() |
getIrogetRrogetClassTypegetLspagetXrogetBandwidthgetOfgetReoptimizationBandwidthClass<? extends LspAttributes> implementedInterface()
implementedInterface in interface BandwidthObjectimplementedInterface in interface ClasstypeObjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ExcludeRouteObjectimplementedInterface in interface IncludeRouteObjectimplementedInterface in interface LspaObjectimplementedInterface in interface OfObjectimplementedInterface in interface ReoptimizationBandwidthObjectimplementedInterface in interface ReportedRouteObject@Nullable List<Metrics> getMetrics()
java.util.List metrics, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.