public class ContainerCpuStatistics extends Object
| Constructor and Description |
|---|
ContainerCpuStatistics() |
| Modifier and Type | Method and Description |
|---|---|
ContainerCpuUsage |
cpuUsage()
Get the cpuUsage value.
|
Integer |
onlineCpuCount()
Get the onlineCpuCount value.
|
Long |
systemCpuUsage()
Get the systemCpuUsage value.
|
ContainerThrottlingData |
throttlingData()
Get the throttlingData value.
|
ContainerCpuStatistics |
withCpuUsage(ContainerCpuUsage cpuUsage)
Set the cpuUsage value.
|
ContainerCpuStatistics |
withOnlineCpuCount(Integer onlineCpuCount)
Set the onlineCpuCount value.
|
ContainerCpuStatistics |
withSystemCpuUsage(Long systemCpuUsage)
Set the systemCpuUsage value.
|
ContainerCpuStatistics |
withThrottlingData(ContainerThrottlingData throttlingData)
Set the throttlingData value.
|
public ContainerCpuUsage cpuUsage()
public ContainerCpuStatistics withCpuUsage(ContainerCpuUsage cpuUsage)
cpuUsage - the cpuUsage value to setpublic Long systemCpuUsage()
public ContainerCpuStatistics withSystemCpuUsage(Long systemCpuUsage)
systemCpuUsage - the systemCpuUsage value to setpublic Integer onlineCpuCount()
public ContainerCpuStatistics withOnlineCpuCount(Integer onlineCpuCount)
onlineCpuCount - the onlineCpuCount value to setpublic ContainerThrottlingData throttlingData()
public ContainerCpuStatistics withThrottlingData(ContainerThrottlingData throttlingData)
throttlingData - the throttlingData value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/