public class ContainerMemoryStatistics extends Object
| Constructor and Description |
|---|
ContainerMemoryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Long |
limit()
Get the limit value.
|
Long |
maxUsage()
Get the maxUsage value.
|
Long |
usage()
Get the usage value.
|
ContainerMemoryStatistics |
withLimit(Long limit)
Set the limit value.
|
ContainerMemoryStatistics |
withMaxUsage(Long maxUsage)
Set the maxUsage value.
|
ContainerMemoryStatistics |
withUsage(Long usage)
Set the usage value.
|
public Long usage()
public ContainerMemoryStatistics withUsage(Long usage)
usage - the usage value to setpublic Long maxUsage()
public ContainerMemoryStatistics withMaxUsage(Long maxUsage)
maxUsage - the maxUsage value to setpublic Long limit()
public ContainerMemoryStatistics withLimit(Long limit)
limit - the limit 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.
*/