| Package | Description |
|---|---|
| org.cloudfoundry.operations.spaceadmin |
| Modifier and Type | Method and Description |
|---|---|
static SpaceQuota.Builder |
SpaceQuota.builder()
Creates a builder for
SpaceQuota. |
SpaceQuota.Builder |
SpaceQuota.Builder.from(SpaceQuota instance)
Fill a builder with attribute values from the provided
SpaceQuota instance. |
SpaceQuota.Builder |
SpaceQuota.Builder.id(String id)
Initializes the value for the
id attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.name(String name)
Initializes the value for the
name attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.paidServicePlans(Boolean paidServicePlans)
Initializes the value for the
paidServicePlans attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.totalMemoryLimit(Integer totalMemoryLimit)
Initializes the value for the
totalMemoryLimit attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
SpaceQuota.Builder |
SpaceQuota.Builder.totalServiceInstances(Integer totalServiceInstances)
Initializes the value for the
totalServiceInstances attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.