Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416.MinMaxTime
-
-
Uses of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416
Subinterfaces of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416 Modifier and Type Interface Description interfaceAvgMinMaxInstantStatsPctCommon grouping for percentage statistics.interfaceAvgMinMaxInstantStatsPrecision1Common grouping for recording an instantaneous statistic value in addition to avg-min-max statsinterfaceAvgMinMaxInstantStatsPrecision2DBCommon grouping for recording dB values with 2 decimal precision.interfaceAvgMinMaxInstantStatsPrecision2DBmCommon grouping for recording dBm values with 2 decimal precision.interfaceAvgMinMaxInstantStatsPrecision2MACommon grouping for recording mA values with 2 decimal precision.interfaceAvgMinMaxStatsPrecision1Common nodes for recording average, minimum, and maximum values for a These values all have fraction-digits set to 1.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416 that return types with arguments of type MinMaxTime Modifier and Type Method Description Class<? extends MinMaxTime>MinMaxTime. implementedInterface() -
Uses of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state
Subinterfaces of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state Modifier and Type Interface Description interfaceTemperatureTemperature in degrees Celsius of the component.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.temp.state with parameters of type MinMaxTime Constructor Description TemperatureBuilder(MinMaxTime arg) -
Uses of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118
Subinterfaces of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118 Modifier and Type Interface Description interfaceAvgMinMaxInstantStatsPrecision1CelsiusCommon grouping for recording temperature values in Celsius with 1 decimal precision. -
Uses of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state
Subinterfaces of MinMaxTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state Modifier and Type Interface Description interfaceHardwareInterruptPercentage of CPU time spent servicing hardware interrupts.interfaceIdlePercentage of CPU time spent idle.interfaceKernelPercentage of CPU time spent running in kernel space.interfaceNicePercentage of CPU time spent running low-priority (niced) user processes.interfaceSoftwareInterruptPercentage of CPU time spent servicing software interruptsinterfaceTotalTotal CPU utilization.interfaceUserPercentage of CPU time spent running in user space.interfaceWaitPercentage of CPU time spent waiting for I/O.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type MinMaxTime Constructor Description HardwareInterruptBuilder(MinMaxTime arg)IdleBuilder(MinMaxTime arg)KernelBuilder(MinMaxTime arg)NiceBuilder(MinMaxTime arg)SoftwareInterruptBuilder(MinMaxTime arg)TotalBuilder(MinMaxTime arg)UserBuilder(MinMaxTime arg)WaitBuilder(MinMaxTime arg)
-