public final class ContainerMemoryStatistics extends Object
| Constructor and Description |
|---|
ContainerMemoryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Long |
limit()
Get the limit property: The limit property.
|
Long |
maxUsage()
Get the maxUsage property: The maxUsage property.
|
Long |
usage()
Get the usage property: The usage property.
|
void |
validate()
Validates the instance.
|
ContainerMemoryStatistics |
withLimit(Long limit)
Set the limit property: The limit property.
|
ContainerMemoryStatistics |
withMaxUsage(Long maxUsage)
Set the maxUsage property: The maxUsage property.
|
ContainerMemoryStatistics |
withUsage(Long usage)
Set the usage property: The usage property.
|
public Long usage()
public ContainerMemoryStatistics withUsage(Long usage)
usage - the usage value to set.public Long maxUsage()
public ContainerMemoryStatistics withMaxUsage(Long maxUsage)
maxUsage - the maxUsage value to set.public Long limit()
public ContainerMemoryStatistics withLimit(Long limit)
limit - the limit value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.