| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.processes |
| Modifier and Type | Method and Description |
|---|---|
static ProcessUsage.Builder |
ProcessUsage.builder()
Creates a builder for
ProcessUsage. |
ProcessUsage.Builder |
ProcessUsage.Builder.cpu(Double cpu)
Initializes the value for the
cpu attribute. |
ProcessUsage.Builder |
ProcessUsage.Builder.disk(Long disk)
Initializes the value for the
disk attribute. |
ProcessUsage.Builder |
ProcessUsage.Builder.from(ProcessUsage instance)
Fill a builder with attribute values from the provided
ProcessUsage instance. |
ProcessUsage.Builder |
ProcessUsage.Builder.memory(Long memory)
Initializes the value for the
memory attribute. |
ProcessUsage.Builder |
ProcessUsage.Builder.time(String time)
Initializes the value for the
time attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.