public interface MonitoringMetrics
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping monitoring-metrics {
list metric-pce {
uses pce-id-object;
uses proc-time-object;
uses overload-object;
}
}
The schema path to identify an instance is
pcep-types/monitoring-metrics| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<MetricPce> |
getMetricPce() |
Class<? extends MonitoringMetrics> |
implementedInterface() |
default @NonNull List<MetricPce> |
nonnullMetricPce() |
Class<? extends MonitoringMetrics> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable List<MetricPce> getMetricPce()
java.util.List metricPce, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.