| Package | Description |
|---|---|
| org.cloudfoundry.operations.organizationadmin |
| Modifier and Type | Method and Description |
|---|---|
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.allowPaidServicePlans(Boolean allowPaidServicePlans)
Initializes the value for the
allowPaidServicePlans attribute. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
static CreateQuotaRequest.Builder |
CreateQuotaRequest.builder()
Creates a builder for
CreateQuotaRequest. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.from(CreateQuotaRequest instance)
Fill a builder with attribute values from the provided
CreateQuotaRequest instance. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
CreateQuotaRequest.Builder |
CreateQuotaRequest.Builder.totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
Copyright © 2018. All rights reserved.