Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudRoute
-
Packages that use CloudRoute Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of CloudRoute in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudRoute Modifier and Type Method Description List<CloudRoute>CloudControllerClient. deleteOrphanedRoutes()Delete routes that do not have any application which is assigned to them.List<CloudRoute>CloudControllerClientImpl. deleteOrphanedRoutes()List<CloudRoute>CloudControllerClient. getRoutes(String domainName)Get the info for all routes for a domain.List<CloudRoute>CloudControllerClientImpl. getRoutes(String domainName) -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudRoute Modifier and Type Method Description CloudRouteRawCloudRoute. derive() -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudRoute in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudRouteImmutable implementation ofCloudRoute.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudRoute Modifier and Type Method Description CloudRouteCloudRoute. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudRoute Modifier and Type Method Description static ImmutableCloudRouteImmutableCloudRoute. copyOf(CloudRoute instance)Creates an immutable copy of aCloudRoutevalue.ImmutableCloudRoute.BuilderImmutableCloudRoute.Builder. from(CloudRoute instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudRouteinstance. -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudRoute Modifier and Type Method 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)
-