| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudService |
CloudFoundryOperations.getService(String service)
Get cloud service.
|
CloudService |
CloudFoundryClient.getService(String service) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudService> |
CloudFoundryOperations.getServices()
Get list of cloud services.
|
List<CloudService> |
CloudFoundryClient.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudFoundryOperations.createService(CloudService service)
Create a service.
|
void |
CloudFoundryClient.createService(CloudService service) |
void |
CloudFoundryOperations.createUserProvidedService(CloudService service,
Map<String,Object> credentials)
Create a user-provided service.
|
void |
CloudFoundryClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudFoundryOperations.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl)
Create a user-provided service for logging.
|
void |
CloudFoundryClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl) |
| Modifier and Type | Method and Description |
|---|---|
CloudService |
CloudServiceInstance.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudServiceInstance.setService(CloudService service) |
| Modifier and Type | Method and Description |
|---|---|
CloudService |
CloudControllerClientImpl.getService(String serviceName) |
CloudService |
CloudControllerClient.getService(String service) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudService> |
CloudControllerClientImpl.getServices() |
List<CloudService> |
CloudControllerClient.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerClientImpl.createService(CloudService service) |
void |
CloudControllerClient.createService(CloudService service) |
void |
CloudControllerClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudControllerClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials) |
void |
CloudControllerClientImpl.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl) |
void |
CloudControllerClient.createUserProvidedService(CloudService service,
Map<String,Object> credentials,
String syslogDrainUrl) |
Copyright © 2015. All rights reserved.