Class ContainerCpuUsage
java.lang.Object
com.microsoft.azure.management.appservice.ContainerCpuUsage
The ContainerCpuUsage model.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ContainerCpuUsagepublic ContainerCpuUsage()
 
- 
- 
Method Details- 
totalUsageGet the totalUsage value.- Returns:
- the totalUsage value
 
- 
withTotalUsageSet the totalUsage value.- Parameters:
- totalUsage- the totalUsage value to set
- Returns:
- the ContainerCpuUsage object itself.
 
- 
perCpuUsageGet the perCpuUsage value.- Returns:
- the perCpuUsage value
 
- 
withPerCpuUsageSet the perCpuUsage value.- Parameters:
- perCpuUsage- the perCpuUsage value to set
- Returns:
- the ContainerCpuUsage object itself.
 
- 
kernelModeUsageGet the kernelModeUsage value.- Returns:
- the kernelModeUsage value
 
- 
withKernelModeUsageSet the kernelModeUsage value.- Parameters:
- kernelModeUsage- the kernelModeUsage value to set
- Returns:
- the ContainerCpuUsage object itself.
 
- 
userModeUsageGet the userModeUsage value.- Returns:
- the userModeUsage value
 
- 
withUserModeUsageSet the userModeUsage value.- Parameters:
- userModeUsage- the userModeUsage value to set
- Returns:
- the ContainerCpuUsage object itself.
 
 
-