| Package | Description |
|---|---|
| org.cloudfoundry.operations.organizations | |
| org.cloudfoundry.operations.spaceadmin | |
| org.cloudfoundry.operations.spaces |
| Modifier and Type | Method and Description |
|---|---|
List<SpaceQuota> |
OrganizationDetail.getSpacesQuotas()
The space quota of the organizations quota
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationDetail.OrganizationDetailBuilder |
OrganizationDetail.OrganizationDetailBuilder.spacesQuota(SpaceQuota spacesQuota) |
| Modifier and Type | Method and Description |
|---|---|
OrganizationDetail.OrganizationDetailBuilder |
OrganizationDetail.OrganizationDetailBuilder.spacesQuotas(Collection<? extends SpaceQuota> spacesQuotas) |
| Modifier and Type | Method and Description |
|---|---|
SpaceQuota |
SpaceQuota.SpaceQuotaBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Mono<SpaceQuota> |
SpaceAdmin.get(GetSpaceQuotaRequest request)
Gets a space quota
|
Flux<SpaceQuota> |
SpaceAdmin.listQuotas()
Lists the space quotas
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SpaceQuota> |
SpaceDetail.getSpaceQuota()
The space quota
|
| Modifier and Type | Method and Description |
|---|---|
SpaceDetail.SpaceDetailBuilder |
SpaceDetail.SpaceDetailBuilder.spaceQuota(Optional<SpaceQuota> spaceQuota) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.