public class ResourceLimits extends Object
| Constructor and Description |
|---|
ResourceLimits() |
| Modifier and Type | Method and Description |
|---|---|
Double |
cpu()
Get the cpu value.
|
Double |
memoryInGB()
Get the memoryInGB value.
|
ResourceLimits |
withCpu(Double cpu)
Set the cpu value.
|
ResourceLimits |
withMemoryInGB(Double memoryInGB)
Set the memoryInGB value.
|
public Double memoryInGB()
public ResourceLimits withMemoryInGB(Double memoryInGB)
memoryInGB - the memoryInGB value to setpublic Double cpu()
public ResourceLimits withCpu(Double cpu)
cpu - the cpu 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.
*/