Interface MonitoringMetrics

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GeneralMetricsList, Replies, SpecificMetrics

    @Generated("mdsal-binding-generator")
    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-typesmonitoring-metrics
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends MonitoringMetrics> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMetricPce

        @Nullable List<MetricPce> getMetricPce()
        Return metricPce, or null if it is not present.
        Returns:
        List<MetricPce> metricPce, or null if it is not present.
      • nonnullMetricPce

        default @NonNull List<MetricPce> nonnullMetricPce()
        Return metricPce, or an empty list if it is not present.
        Returns:
        List<MetricPce> metricPce, or an empty list if it is not present.