public interface ServiceInstanceBindingService
| Modifier and Type | Method and Description |
|---|---|
CreateServiceInstanceBindingResponse |
createServiceInstanceBinding(CreateServiceInstanceBindingRequest request)
Create a new binding to a service instance.
|
void |
deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest request)
Delete a service instance binding.
|
CreateServiceInstanceBindingResponse createServiceInstanceBinding(CreateServiceInstanceBindingRequest request)
request - containing parameters sent from Cloud ControllerServiceInstanceBindingExistsException - if a binding with the given ID is already known to the brokerServiceInstanceDoesNotExistException - if a service instance with the given ID is not known to the brokerServiceBrokerException - on internal failurevoid deleteServiceInstanceBinding(DeleteServiceInstanceBindingRequest request)
request - containing parameters sent from Cloud ControllerServiceInstanceDoesNotExistException - if a service instance with the given ID is not known to the brokerServiceInstanceBindingDoesNotExistException - if a binding with the given ID is not known to the broker