| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
List<CloudRoute> |
CloudFoundryOperations.deleteOrphanedRoutes()
Delete routes that do not have any application which is assigned to them.
|
List<CloudRoute> |
CloudFoundryClient.deleteOrphanedRoutes() |
List<CloudRoute> |
CloudFoundryOperations.getRoutes(String domainName)
Get the info for all routes for a domain.
|
List<CloudRoute> |
CloudFoundryClient.getRoutes(String domainName) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudRoute> |
CloudControllerClientImpl.deleteOrphanedRoutes()
Delete routes that do not have any application which is assigned to them.
|
List<CloudRoute> |
CloudControllerClient.deleteOrphanedRoutes() |
List<CloudRoute> |
CloudControllerClientImpl.getRoutes(String domainName) |
List<CloudRoute> |
CloudControllerClient.getRoutes(String domainName) |
Copyright © 2015. All rights reserved.