Class CreateServiceInstanceResponse

java.lang.Object
org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse

public class CreateServiceInstanceResponse extends AsyncServiceBrokerResponse
Details of a response to a request to create a new service instance.

Objects of this type are constructed by the service broker application, and used to build the response to the platform.

Author:
Scott Frederick
See Also:
  • Constructor Details

    • CreateServiceInstanceResponse

      public CreateServiceInstanceResponse()
    • CreateServiceInstanceResponse

      public CreateServiceInstanceResponse(boolean async, String operation, String dashboardUrl, boolean instanceExisted, ServiceInstanceMetadata metadata)
      Parameters:
      async - is the operation asynchronous
      operation - description of the operation being performed
      dashboardUrl - the dashboard URL
      instanceExisted - true if the instance exists
      metadata - containing metadata for the service instance
  • Method Details