| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudTask.ImmutableLimits |
ImmutableCloudTask.ImmutableLimits.Builder.build()
Builds a new
ImmutableLimits. |
static ImmutableCloudTask.ImmutableLimits |
ImmutableCloudTask.ImmutableLimits.copyOf(CloudTask.Limits instance)
Creates an immutable copy of a
CloudTask.Limits value. |
ImmutableCloudTask.ImmutableLimits |
ImmutableCloudTask.ImmutableLimits.withDisk(Integer value)
Copy the current immutable object by setting a value for the
disk attribute. |
ImmutableCloudTask.ImmutableLimits |
ImmutableCloudTask.ImmutableLimits.withMemory(Integer value)
Copy the current immutable object by setting a value for the
memory attribute. |
Copyright © 2020 SAP SE. All rights reserved.