Class ContainerCpuUsage
java.lang.Object
com.microsoft.azure.management.appservice.ContainerCpuUsage
The ContainerCpuUsage model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the kernelModeUsage value.Get the perCpuUsage value.Get the totalUsage value.Get the userModeUsage value.withKernelModeUsage
(Long kernelModeUsage) Set the kernelModeUsage value.withPerCpuUsage
(List<Long> perCpuUsage) Set the perCpuUsage value.withTotalUsage
(Long totalUsage) Set the totalUsage value.withUserModeUsage
(Long userModeUsage) Set the userModeUsage value.
-
Constructor Details
-
ContainerCpuUsage
public ContainerCpuUsage()
-
-
Method Details
-
totalUsage
Get the totalUsage value.- Returns:
- the totalUsage value
-
withTotalUsage
Set the totalUsage value.- Parameters:
totalUsage
- the totalUsage value to set- Returns:
- the ContainerCpuUsage object itself.
-
perCpuUsage
Get the perCpuUsage value.- Returns:
- the perCpuUsage value
-
withPerCpuUsage
Set the perCpuUsage value.- Parameters:
perCpuUsage
- the perCpuUsage value to set- Returns:
- the ContainerCpuUsage object itself.
-
kernelModeUsage
Get the kernelModeUsage value.- Returns:
- the kernelModeUsage value
-
withKernelModeUsage
Set the kernelModeUsage value.- Parameters:
kernelModeUsage
- the kernelModeUsage value to set- Returns:
- the ContainerCpuUsage object itself.
-
userModeUsage
Get the userModeUsage value.- Returns:
- the userModeUsage value
-
withUserModeUsage
Set the userModeUsage value.- Parameters:
userModeUsage
- the userModeUsage value to set- Returns:
- the ContainerCpuUsage object itself.
-