public interface Routes
Mono<AssociateRouteApplicationResponse> associateApplication(AssociateRouteApplicationRequest request)
request - the Associate an Application with the Route requestMono<CreateRouteResponse> create(CreateRouteRequest request)
request - the Creating a Route requestMono<DeleteRouteResponse> delete(DeleteRouteRequest request)
request - the Delete a Particular Route requestMono<Boolean> exists(RouteExistsRequest request)
request - the Check a Route exists requestMono<GetRouteResponse> get(GetRouteRequest request)
request - the Retrieve a Particular Route requestMono<ListRoutesResponse> list(ListRoutesRequest request)
request - the List all Applications for the Route requestMono<ListRouteApplicationsResponse> listApplications(ListRouteApplicationsRequest request)
request - the List all Applications for the Route requestMono<Void> removeApplication(RemoveRouteApplicationRequest request)
request - the Remove Application from the Route requestMono<UpdateRouteResponse> update(UpdateRouteRequest request)
request - the Update a Route requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.