Interface AvgMinMaxInstantStatsPrecision1

  • All Superinterfaces:
    AvgMinMaxStatsPrecision1, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MinMaxTime, StatIntervalState

    @Generated("mdsal-binding-generator")
    public interface AvgMinMaxInstantStatsPrecision1
    extends org.opendaylight.yangtools.yang.binding.DataObject, AvgMinMaxStatsPrecision1
    Common grouping for recording an instantaneous statistic value in addition to avg-min-max stats

    This class represents the following YANG schema fragment defined in module openconfig-types

     grouping avg-min-max-instant-stats-precision1 {
       leaf instant {
         type decimal64 {
           fraction-digits 1;
         }
       }
       uses avg-min-max-stats-precision1;
     }
     
    The schema path to identify an instance is openconfig-typesavg-min-max-instant-stats-precision1
    • Field Detail

      • QNAME

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