| Modifier and Type | Method and Description |
|---|---|
ContainerThrottlingData |
ContainerCpuStatistics.throttlingData()
Get the throttlingData value.
|
ContainerThrottlingData |
ContainerThrottlingData.withPeriods(Integer periods)
Set the periods value.
|
ContainerThrottlingData |
ContainerThrottlingData.withThrottledPeriods(Integer throttledPeriods)
Set the throttledPeriods value.
|
ContainerThrottlingData |
ContainerThrottlingData.withThrottledTime(Integer throttledTime)
Set the throttledTime value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerCpuStatistics |
ContainerCpuStatistics.withThrottlingData(ContainerThrottlingData throttlingData)
Set the throttlingData value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/