Package org.springframework.cloud.servicebroker.model.instance
package org.springframework.cloud.servicebroker.model.instance
Service instance models.
-
ClassDescriptionDetails of a request that supports arbitrary parameters and asynchronous behavior.Details of a request to create a new service instance.Provides a fluent API for constructing a
CreateServiceInstanceRequest
.Details of a response to a request to create a new service instance.Provides a fluent API for constructing aCreateServiceInstanceResponse
.Details of a request to delete a service instance.Provides a fluent API for constructing aDeleteServiceInstanceRequest
.Details of a response to a request to delete a service instance.Provides a fluent API for constructing aDeleteServiceInstanceResponse
.Details of a request to get the state of the last operation on a service instance.Provides a fluent API for constructing aGetLastServiceOperationRequest
.Details of a response to a request to get the state of the last operation on a service instance.Provides a fluent API for constructing aGetLastServiceOperationResponse
.Details of a request to retrieve a service instance.Provides a fluent API for constructing aGetServiceInstanceRequest
.Details of a response to a request to get the details a service instance.Provides a fluent API for constructing aGetServiceInstanceResponse
.The list of acceptable states for an operation that is being processed asynchronously.Service instance metadata.Provides a fluent API for constructing aServiceInstanceMetadata
.Details of a request to update a service instance.Information about the service instance prior to the update request.Provides a fluent API for constructing aUpdateServiceInstanceRequest.PreviousValues
.Provides a fluent API for constructing aUpdateServiceInstanceRequest
.Details of a response to a request to update a service instance.Provides a fluent API for constructing anUpdateServiceInstanceResponse
.