| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
List<CloudRoute> |
CloudControllerClientImpl.deleteOrphanedRoutes() |
List<CloudRoute> |
CloudControllerClient.deleteOrphanedRoutes()
Delete routes that do not have any application which is assigned to them.
|
List<CloudRoute> |
CloudControllerClientImpl.getRoutes(String domainName) |
List<CloudRoute> |
CloudControllerClient.getRoutes(String domainName)
Get the info for all routes for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
CloudRoute |
RawCloudRoute.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudRoute
Immutable implementation of
CloudRoute. |
| Modifier and Type | Method and Description |
|---|---|
default CloudRoute |
CloudRoute.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudRoute |
ImmutableCloudRoute.copyOf(CloudRoute instance)
Creates an immutable copy of a
CloudRoute value. |
ImmutableCloudRoute.Builder |
ImmutableCloudRoute.Builder.from(CloudRoute instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudRoute instance. |
| Modifier and Type | Method and Description |
|---|---|
List<CloudRoute> |
CloudControllerRestClient.deleteOrphanedRoutes() |
List<CloudRoute> |
CloudControllerRestClientImpl.deleteOrphanedRoutes()
Delete routes that do not have any application which is assigned to them.
|
List<CloudRoute> |
CloudControllerRestClient.getRoutes(String domainName) |
List<CloudRoute> |
CloudControllerRestClientImpl.getRoutes(String domainName) |
Copyright © 2020 SAP SE. All rights reserved.