| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
static InstanceDetail.Builder |
InstanceDetail.builder()
Creates a builder for
InstanceDetail. |
InstanceDetail.Builder |
InstanceDetail.Builder.cpu(Double cpu)
Initializes the value for the
cpu attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.diskQuota(Long diskQuota)
Initializes the value for the
diskQuota attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.diskUsage(Long diskUsage)
Initializes the value for the
diskUsage attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.from(InstanceDetail instance)
Fill a builder with attribute values from the provided
InstanceDetail instance. |
InstanceDetail.Builder |
InstanceDetail.Builder.index(String index)
Initializes the value for the
index attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.memoryQuota(Long memoryQuota)
Initializes the value for the
memoryQuota attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.memoryUsage(Long memoryUsage)
Initializes the value for the
memoryUsage attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.since(Date since)
Initializes the value for the
since attribute. |
InstanceDetail.Builder |
InstanceDetail.Builder.state(String state)
Initializes the value for the
state attribute. |
Copyright © 2018. All rights reserved.