| Package | Description |
|---|---|
| org.cloudfoundry.operations.organizations | |
| org.cloudfoundry.operations.spaceadmin | |
| org.cloudfoundry.operations.spaces |
| Modifier and Type | Method and Description |
|---|---|
List<SpaceQuota> |
OrganizationDetail.getSpaceQuotas()
The space quota of the organizations quota
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationDetail.Builder |
OrganizationDetail.Builder.spaceQuota(SpaceQuota element)
Adds one element to
spaceQuotas list. |
OrganizationDetail.Builder |
OrganizationDetail.Builder.spaceQuotas(SpaceQuota... elements)
Adds elements to
spaceQuotas list. |
| Modifier and Type | Method and Description |
|---|---|
OrganizationDetail.Builder |
OrganizationDetail.Builder.addAllSpaceQuotas(Iterable<? extends SpaceQuota> elements)
Adds elements to
spaceQuotas list. |
OrganizationDetail.Builder |
OrganizationDetail.Builder.spaceQuotas(Iterable<? extends SpaceQuota> elements)
Sets or replaces all elements for
spaceQuotas list. |
| Modifier and Type | Method and Description |
|---|---|
SpaceQuota |
SpaceQuota.Builder.build()
Builds a new
SpaceQuota. |
| Modifier and Type | Method and Description |
|---|---|
Mono<SpaceQuota> |
DefaultSpaceAdmin.get(GetSpaceQuotaRequest request) |
Mono<SpaceQuota> |
SpaceAdmin.get(GetSpaceQuotaRequest request)
Gets a space quota
|
Flux<SpaceQuota> |
DefaultSpaceAdmin.listQuotas() |
Flux<SpaceQuota> |
SpaceAdmin.listQuotas()
Lists the space quotas
|
| Modifier and Type | Method and Description |
|---|---|
SpaceQuota.Builder |
SpaceQuota.Builder.from(SpaceQuota instance)
Fill a builder with attribute values from the provided
SpaceQuota instance. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SpaceQuota> |
SpaceDetail.getSpaceQuota()
The space quota
|
| Modifier and Type | Method and Description |
|---|---|
SpaceDetail.Builder |
SpaceDetail.Builder.spaceQuota(SpaceQuota spaceQuota)
Initializes the optional value
spaceQuota to spaceQuota. |
| Modifier and Type | Method and Description |
|---|---|
SpaceDetail.Builder |
SpaceDetail.Builder.spaceQuota(Optional<? extends SpaceQuota> spaceQuota)
Initializes the optional value
spaceQuota to spaceQuota. |
Copyright © 2018. All rights reserved.