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. |
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.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 © 2016 Pivotal Software, Inc.. All rights reserved.