Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416.Percentage
-
-
Uses of Percentage in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416 that return Percentage Modifier and Type Method Description PercentageAvgMinMaxInstantStatsPct. getAvg()Return avg, ornullif it is not present.static PercentagePercentage. getDefaultInstance(String defaultValue)PercentageAvgMinMaxInstantStatsPct. getInstant()Return instant, ornullif it is not present.PercentageAvgMinMaxInstantStatsPct. getMax()Return max, ornullif it is not present.PercentageAvgMinMaxInstantStatsPct. getMin()Return min, ornullif it is not present.default @NonNull PercentageAvgMinMaxInstantStatsPct. requireAvg()Return avg, guaranteed to be non-null.default @NonNull PercentageAvgMinMaxInstantStatsPct. requireInstant()Return instant, guaranteed to be non-null.default @NonNull PercentageAvgMinMaxInstantStatsPct. requireMax()Return max, guaranteed to be non-null.default @NonNull PercentageAvgMinMaxInstantStatsPct. requireMin()Return min, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416 with parameters of type Percentage Constructor Description Percentage(Percentage source)Creates a copy from Source Object. -
Uses of Percentage in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315 that return Percentage Modifier and Type Method Description PercentageProcmonProcessAttributesState. getCpuUtilization()Return cpuUtilization, ornullif it is not present.PercentageProcmonProcessAttributesState. getMemoryUtilization()Return memoryUtilization, ornullif it is not present.default @NonNull PercentageProcmonProcessAttributesState. requireCpuUtilization()Return cpuUtilization, guaranteed to be non-null.default @NonNull PercentageProcmonProcessAttributesState. requireMemoryUtilization()Return memoryUtilization, guaranteed to be non-null. -
Uses of Percentage in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.process
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.process that return Percentage Modifier and Type Method Description PercentageStateBuilder. getCpuUtilization()PercentageStateBuilder. getMemoryUtilization()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.process with parameters of type Percentage Modifier and Type Method Description StateBuilderStateBuilder. setCpuUtilization(Percentage value)StateBuilderStateBuilder. setMemoryUtilization(Percentage value) -
Uses of Percentage in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return Percentage Modifier and Type Method Description PercentageHardwareInterruptBuilder. getAvg()PercentageIdleBuilder. getAvg()PercentageKernelBuilder. getAvg()PercentageNiceBuilder. getAvg()PercentageSoftwareInterruptBuilder. getAvg()PercentageTotalBuilder. getAvg()PercentageUserBuilder. getAvg()PercentageWaitBuilder. getAvg()PercentageHardwareInterruptBuilder. getInstant()PercentageIdleBuilder. getInstant()PercentageKernelBuilder. getInstant()PercentageNiceBuilder. getInstant()PercentageSoftwareInterruptBuilder. getInstant()PercentageTotalBuilder. getInstant()PercentageUserBuilder. getInstant()PercentageWaitBuilder. getInstant()PercentageHardwareInterruptBuilder. getMax()PercentageIdleBuilder. getMax()PercentageKernelBuilder. getMax()PercentageNiceBuilder. getMax()PercentageSoftwareInterruptBuilder. getMax()PercentageTotalBuilder. getMax()PercentageUserBuilder. getMax()PercentageWaitBuilder. getMax()PercentageHardwareInterruptBuilder. getMin()PercentageIdleBuilder. getMin()PercentageKernelBuilder. getMin()PercentageNiceBuilder. getMin()PercentageSoftwareInterruptBuilder. getMin()PercentageTotalBuilder. getMin()PercentageUserBuilder. getMin()PercentageWaitBuilder. getMin()
-