public class ContainerThrottlingData extends Object
| Constructor and Description |
|---|
ContainerThrottlingData() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
periods()
Get the periods value.
|
Integer |
throttledPeriods()
Get the throttledPeriods value.
|
Integer |
throttledTime()
Get the throttledTime value.
|
ContainerThrottlingData |
withPeriods(Integer periods)
Set the periods value.
|
ContainerThrottlingData |
withThrottledPeriods(Integer throttledPeriods)
Set the throttledPeriods value.
|
ContainerThrottlingData |
withThrottledTime(Integer throttledTime)
Set the throttledTime value.
|
public Integer periods()
public ContainerThrottlingData withPeriods(Integer periods)
periods - the periods value to setpublic Integer throttledPeriods()
public ContainerThrottlingData withThrottledPeriods(Integer throttledPeriods)
throttledPeriods - the throttledPeriods value to setpublic Integer throttledTime()
public ContainerThrottlingData withThrottledTime(Integer throttledTime)
throttledTime - the throttledTime 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.
*/