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