public interface SpaceAdmin
| Modifier and Type | Method and Description |
|---|---|
Mono<SpaceQuota> |
get(GetSpaceQuotaRequest request)
Gets a space quota
|
Flux<SpaceQuota> |
listQuotas()
Lists the space quotas
|
Mono<SpaceQuota> get(GetSpaceQuotaRequest request)
request - the Get Space Quota requestFlux<SpaceQuota> listQuotas()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.