Class ContainerCpuStatistics
java.lang.Object
com.microsoft.azure.management.appservice.ContainerCpuStatistics
The ContainerCpuStatistics model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncpuUsage()
Get the cpuUsage value.Get the onlineCpuCount value.Get the systemCpuUsage value.Get the throttlingData value.withCpuUsage
(ContainerCpuUsage cpuUsage) Set the cpuUsage value.withOnlineCpuCount
(Integer onlineCpuCount) Set the onlineCpuCount value.withSystemCpuUsage
(Long systemCpuUsage) Set the systemCpuUsage value.withThrottlingData
(ContainerThrottlingData throttlingData) Set the throttlingData value.
-
Constructor Details
-
ContainerCpuStatistics
public ContainerCpuStatistics()
-
-
Method Details
-
cpuUsage
Get the cpuUsage value.- Returns:
- the cpuUsage value
-
withCpuUsage
Set the cpuUsage value.- Parameters:
cpuUsage
- the cpuUsage value to set- Returns:
- the ContainerCpuStatistics object itself.
-
systemCpuUsage
Get the systemCpuUsage value.- Returns:
- the systemCpuUsage value
-
withSystemCpuUsage
Set the systemCpuUsage value.- Parameters:
systemCpuUsage
- the systemCpuUsage value to set- Returns:
- the ContainerCpuStatistics object itself.
-
onlineCpuCount
Get the onlineCpuCount value.- Returns:
- the onlineCpuCount value
-
withOnlineCpuCount
Set the onlineCpuCount value.- Parameters:
onlineCpuCount
- the onlineCpuCount value to set- Returns:
- the ContainerCpuStatistics object itself.
-
throttlingData
Get the throttlingData value.- Returns:
- the throttlingData value
-
withThrottlingData
Set the throttlingData value.- Parameters:
throttlingData
- the throttlingData value to set- Returns:
- the ContainerCpuStatistics object itself.
-