public interface Processes
| Modifier and Type | Method and Description |
|---|---|
Mono<GetProcessResponse> |
get(GetProcessRequest request)
Makes the Get Process request
|
Mono<GetProcessStatisticsResponse> |
getStatistics(GetProcessStatisticsRequest request)
Makes the Get stats for a process request
|
Mono<ListProcessesResponse> |
list(ListProcessesRequest request)
Makes the List Process request
|
Mono<ScaleProcessResponse> |
scale(ScaleProcessRequest request)
Makes the Scale Application request
|
Mono<Void> |
terminateInstance(TerminateProcessInstanceRequest request)
Makes the Terminate Process Instance request
|
Mono<UpdateProcessResponse> |
update(UpdateProcessRequest request)
Makes the Update Process request
|
Mono<GetProcessResponse> get(GetProcessRequest request)
request - the Get Process requestMono<GetProcessStatisticsResponse> getStatistics(GetProcessStatisticsRequest request)
request - the Get Statistics for a Process requestMono<ListProcessesResponse> list(ListProcessesRequest request)
request - the List Processes requestMono<ScaleProcessResponse> scale(ScaleProcessRequest request)
request - the Scale Process requestMono<Void> terminateInstance(TerminateProcessInstanceRequest request)
request - the Terminate Process Instance requestMono<UpdateProcessResponse> update(UpdateProcessRequest request)
request - the Update Process requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.