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