- addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcConfigurerAdapter
-
- API_INFO_LOCATION_HEADER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- API_VERSION_ANY - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
- API_VERSION_CURRENT - Static variable in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the location of the API info endpoint as would be provided in the request from the platform.
- apiInfoLocation - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- ApiVersionInterceptor - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
HandlerInterceptor
that inspects the service broker API version passed in all request headers
and compares it to the API version supported by the broker.
- ApiVersionInterceptor() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
-
Construct an interceptor that disables API version validation.
- ApiVersionInterceptor(BrokerApiVersion) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
-
Construct an interceptor that validates the API version passed in request headers to the
configured version.
- ApiVersionWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Auto-configuration
for the service broker API
validation.
- ApiVersionWebMvcAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
-
- ApiVersionWebMvcConfigurerAdapter - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
WebMvcConfigurer
that configures checking for an appropriate service broker API version.
- ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcConfigurerAdapter
-
- APP_REQUIRED_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
-
- appGuid(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
-
Set an application GUID as would be provided in an app binding request from the platform.
- async - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
-
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- async(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
-
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
- ASYNC_REQUEST_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
-
- ASYNC_REQUIRED_ERROR - Static variable in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
-
- asyncAccepted - Variable in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
-
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the value of the flag indicating whether the platform supports asynchronous operations
as would be provided in the request from the platform.
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the value of the flag indicating whether the platform supports asynchronous operations
as would be provided in the request from the platform.
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the value of the flag indicating whether the platform supports asynchronous operations.
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the value of the flag indicating whether the platform supports asynchronous operations
as would be provided in the request from the platform.
- asyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the value of the flag indicating whether the platform supports asynchronous operations
as would be provided in the request from the platform.
- AsyncParameterizedServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request that supports arbitrary parameters and asynchronous behavior.
- AsyncParameterizedServiceInstanceRequest() - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- AsyncParameterizedServiceInstanceRequest(Map<String, Object>, Context, boolean, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- AsyncServiceBrokerRequest - Class in org.springframework.cloud.servicebroker.model
-
Details of a request that supports asynchronous operations.
- AsyncServiceBrokerRequest() - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
-
- AsyncServiceBrokerRequest(boolean, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
-
- AsyncServiceBrokerResponse - Class in org.springframework.cloud.servicebroker.model
-
Details of a response that support asynchronous behavior.
- AsyncServiceBrokerResponse(boolean, String) - Constructor for class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
-
- BaseController - Class in org.springframework.cloud.servicebroker.controller
-
Base functionality shared by controllers.
- BaseController(CatalogService) - Constructor for class org.springframework.cloud.servicebroker.controller.BaseController
-
- beanCatalogService(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
-
- BeanCatalogService - Class in org.springframework.cloud.servicebroker.service
-
- BeanCatalogService(Catalog) - Constructor for class org.springframework.cloud.servicebroker.service.BeanCatalogService
-
Construct a service with the provided
bean
.
- bindable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
Indicates whether the service with this plan can be bound to applications.
- bindable(boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service can be bound to applications.
- BINDING_ID_PATH_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- bindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
Set a boolean value indicating whether the service binding already exists with the same parameters as the
requested service binding.
- bindingExisted - Variable in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
-
- bindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
-
Set a boolean value indicating whether the service instance binding already exists with the same parameters
as the requested service instance binding.
- bindingExisted(boolean) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
-
Set a boolean value indicating whether the service binding already exists with the same parameters as the
requested service binding.
- bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the binding ID as would be provided in the request from the platform.
- bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the binding ID as would be provided in the request from the platform.
- bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the binding ID as would be provided in the request from the platform.
- bindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
Set the binding ID as would be provided in the request from the platform.
- bindingsRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service broker supports retrieving service bindings.
- BindResource - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of any platform resources that a service binding will be associated with.
- bindResource(BindResource) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the binding resource as would be provided in the request from the platform.
- BindResource.BindResourceBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
Provides a fluent API for constructing a BindResource.
- BrokerApiVersion - Class in org.springframework.cloud.servicebroker.model
-
- BrokerApiVersion(String, String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Specify the name of the service broker API version header and the API version supported by the service broker.
- BrokerApiVersion(String) - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Specify the service broker API version supported by the service broker.
- BrokerApiVersion() - Constructor for class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Specify that service broker API validation should be disabled.
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse.CreateServiceInstanceBindingResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse.CreateServiceInstanceRouteBindingResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice.SharedVolumeDeviceBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount.VolumeMountBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
-
Construct a
Catalog
from the provided values.
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
Construct a
Plan
from the provided values.
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
-
Construct a
Schemas
from the provided values.
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema.ServiceBindingSchemaBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema.ServiceInstanceSchemaBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse.DeleteServiceInstanceResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext.KubernetesContextBuilder
-
- build() - Method in class org.springframework.cloud.servicebroker.model.PlatformContext.PlatformContextBuilder
-
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Create a builder that provides a fluent API for constructing a
BindResource
.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Create a builder that provides a fluent API for constructing a CreateServiceInstanceAppBindingResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Create a builder that provides a fluent API for constructing a CreateServiceInstanceBindingRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
-
Create a builder that provides a fluent API for constructing a
CreateServiceInstanceRouteBindingResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceBindingRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
-
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceBindingResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Create a builder that provides a fluent API for constructing a GetLastServiceOperationRequestBuilder.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
-
Create a builder that provides a fluent API for constructing a GetLastServiceBindingOperationResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Create a builder that provides a fluent API for constructing a GetServiceInstanceAppBindingResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
-
Create a builder that provides a fluent API for constructing a GetServiceInstanceBindingRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
-
Create a builder that provides a fluent API for constructing a
GetServiceInstanceRouteBindingResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
Create a builder that provides a fluent API for constructing a SharedVolumeDevice.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Create a builder that provides a fluent API for constructing a VolumeMount.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
-
Create a builder that provides a fluent API for constructing a Catalog.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
Create a builder that provides a fluent API for constructing a
DashboardClient.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
-
Create a builder that provides a fluent API for constructing a
MethodSchema.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
Create a builder that provides a fluent API for constructing a Plan.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
Create a builder that provides a fluent API for constructing a Schemas.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
-
Create a builder that provides a fluent API for constructing a ServiceBindingSchema.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
Create a builder that provides a fluent API for constructing a ServiceDefinition.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Create a builder that provides a fluent API for constructing a CreateServiceInstanceRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
-
Create a builder that provides a fluent API for constructing a CreateServiceInstanceResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceResponse
-
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Create a builder that provides a fluent API for constructing a GetLastServiceOperationRequestBuilder.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Create a builder that provides a fluent API for constructing a GetLastServiceOperationResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
-
Create a builder that provides a fluent API for constructing a GetServiceInstanceRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Create a builder that provides a fluent API for constructing a GetServiceInstanceResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceRequest.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
-
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceResponse.
- builder() - Static method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
- builder() - Static method in class org.springframework.cloud.servicebroker.model.PlatformContext
-
Create a builder that provides a fluent API for constructing a Context.
- getAmount() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
-
- getApiInfoLocation() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Get the location of the API info endpoint of the platform instance.
- getApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
-
- getApiVersion() - Method in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Get the service broker API version supported by the service broker.
- getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Get the GUID of an application associated with the binding.
- getAppGuid() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- getAsyncResponseCode(AsyncServiceBrokerResponse) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the ID of the service binding to create.
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Get the ID of the service binding to delete.
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Get the ID of the service binding.
- getBindingId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
-
Get the ID of the service binding to create.
- getBindResource() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get any details about the resource the binding is being created for (e.g.
- getBrokerApiVersionHeader() - Method in class org.springframework.cloud.servicebroker.model.BrokerApiVersion
-
Get the name of the service broker API version header.
- getBullets() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- getCatalog() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
-
- getCatalog() - Method in class org.springframework.cloud.servicebroker.controller.CatalogController
-
- getCatalog() - Method in class org.springframework.cloud.servicebroker.service.BeanCatalogService
-
- getCatalog() - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
-
Return the catalog of services provided by the service broker.
- getContainerDir() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Set the directory to mount inside the application container.
- getContext() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the platform-specific contextual information for the service binding.
- getContext() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
Get the platform-specific contextual information for the service instance.
- getCosts() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- getCreate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
-
- getCreate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
-
- getCreateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceBindingSchema
-
The JSON schema for configuration parameters when creating a service binding.
- getCreateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
The JSON schema for configuration parameters when creating a service instance.
- getCredentials() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Get the credentials that the bound application can use to access the service instance.
- getCredentials() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Get the credentials that the bound application can use to access the service instance.
- getDashboardClient() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getDashboardClient() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
Data necessary to activate the Dashboard SSO feature for this service.
- getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse
-
Get the URL of a web-based management user interface for the service instance.
- getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Get the URL of a web-based management user interface for the service instance.
- getDashboardUrl() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceResponse
-
Get the URL of a web-based management user interface for the service instance.
- getDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- getDescription() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
-
Get the description of the current asynchronous operation.
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
A user-friendly short description of the plan that will appear in the catalog.
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
A user-friendly short description of the service that will appear in the catalog.
- getDescription() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Get the description of the current asynchronous operation.
- getDevice() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Get the details of the volume device to mount.
- getDeviceType() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Get the type of the volume device to mount.
- getDisplayName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- getDriver() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Get the name of the volume driver plugin which manages the device.
- getError() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Get the error code.
- getErrorMessage() - Method in exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- getErrorResponse(ServiceBrokerException) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
- getErrorResponse(Exception) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
- getErrorResponse(String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
- getId() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
-
- getId() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- getId() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
The client ID of the dashboard OAuth2 client that the service intends to use.
- getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
An identifier used to correlate this plan in future requests to the catalog.
- getId() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
An identifier used to correlate this service in future requests to the catalog.
- getLastOperation(GetLastServiceBindingOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
-
Get the status of the last requested operation for a service instance.
- getLastOperation(GetLastServiceOperationRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
-
Get the status of the last requested operation for a service instance.
- GetLastServiceBindingOperationRequest - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a request to get the state of the last operation on a service instance binding.
- GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- GetLastServiceBindingOperationResponse - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a response to a request to get the state of the last operation on a service instance binding.
- GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- GetLastServiceOperationRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to get the state of the last operation on a service instance.
- GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- GetLastServiceOperationResponse - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a response to a request to get the state of the last operation on a service instance.
- GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- getMessage() - Method in class org.springframework.cloud.servicebroker.model.error.ErrorMessage
-
Get the description.
- getMetadata() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- getMetadata() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
A map of metadata to further describe a service plan.
- getMetadata() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
A map of metadata to further describe a service offering.
- getMode() - Method in class org.springframework.cloud.servicebroker.model.binding.VolumeMount
-
Get a value indicating whether the volume can be mounted in read-only or read-write mode.
- getMountConfig() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
Get the configuration properties for the volume device.
- getName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- getName() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getName() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
A CLI-friendly name of the plan that will appear in the catalog.
- getName() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
A CLI-friendly name of the service that will appear in the catalog.
- getNamespace() - Method in class org.springframework.cloud.servicebroker.model.KubernetesContext
-
- getOperation() - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
-
Get a description of the operation being performed in support of an asynchronous response.
- getOperation() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Get the value of the operation field previously provided to the platform.
- getOperation() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Get the value of the operation field previously provided to the platform.
- getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
- getOrganizationGuid() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getOrganizationGuidToSerialize() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getOriginatingIdentity() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Get the identity of the user that initiated the request from the platform.
- getParameters() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
-
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get any parameters passed by the user, with the user-supplied JSON structure converted to a Map.
- getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get any parameters passed by the user, with the user-supplied JSON structure mapped to fields of the specified
object type.
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
-
Get any parameters passed by the user at service binding creation.
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema
-
A map of JSON schema for configuration parameters.
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
Get any parameters passed by the user, with the user-supplied JSON structure converted to a Map.
- getParameters(Class<T>) - Method in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
Get any parameters passed by the user, with the user-supplied JSON structure mapped to fields of the specified
object type.
- getParameters() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Get any parameters provided to the service broker when the service instance was created.
- getPlan() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the plan of the service instance associated with the binding.
- getPlan() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Get the plan of the service instance associated with the binding.
- getPlan() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Get the plan of the service to create
- getPlan() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Get the plan for the service definition to delete
- getPlan() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get the plan of the service instance to update
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the ID of the plan for to the service instance associated with the binding.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Get the ID of the plan for to the service instance associated with the binding.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Get the ID of the plan of the service instance.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Get the ID of the plan for to the service instance to create.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Get the ID of the plan for to the service instance to delete.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Get the ID of the plan of the service instance.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Get the ID of the plan associated with the service instance.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get the ID of the plan for to the service instance to update.
- getPlanId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
Get the ID of the plan prior to the update request.
- getPlans() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getPlans() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
A list of plans for this service.
- getPlatform() - Method in class org.springframework.cloud.servicebroker.model.Context
-
Get the name of the platform making the request.
- getPlatformInstanceId() - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
Get the ID used to identify the platform instance.
- getPreviousValues() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get information about the service instance prior to the update request.
- getProperties() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- getProperties() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Get all properties in the bind resource.
- getProperties() - Method in class org.springframework.cloud.servicebroker.model.Context
-
Get all properties in the context.
- getProperties() - Method in class org.springframework.cloud.servicebroker.model.PlatformContext
-
- getProperty(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
Get the value of a property with the given key.
- getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Get the value of a property in the bind resource with the given key.
- getProperty(String) - Method in class org.springframework.cloud.servicebroker.model.Context
-
Get the value of a property in the context with the given key.
- getRedirectUri() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
-
- getRedirectUri() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
A domain for the service dashboard that will be whitelisted by the UAA to enable
dashboard SSO.
- getRequiredServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getRequires() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getRequires() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
A list of permissions that the user would have to give the service, if they
provision it.
- getRoute() - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource
-
Get the URL of an application to be intermediated.
- getRouteServiceUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceRouteBindingResponse
-
Get a URL to which the platform should proxy requests for the bound route.
- getRouteServiceUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse
-
Get a URL to which the platform should proxy requests for the bound route.
- getSchemas() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- getSchemas() - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan
-
The schemas for this plan.
- getSecret() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
-
- getSecret() - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient
-
The client secret for the dashboard OAuth2 client.
- getServiceBinding() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
-
- getServiceBindingSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
The schemas available on a service binding.
- getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the service definition of the service instance associated with the binding.
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Get the service definition of the service instance associated with the binding.
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Get the service definition of the service to create.
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Get the service definition of the service to delete.
- getServiceDefinition() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get the service definition of the service instance to update.
- getServiceDefinition(String) - Method in class org.springframework.cloud.servicebroker.service.BeanCatalogService
-
- getServiceDefinition(String) - Method in interface org.springframework.cloud.servicebroker.service.CatalogService
-
Get a service definition from the catalog by ID.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the ID of the service definition for the service instance associated with the binding.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Get the ID of the service definition for the service instance associated with the binding.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Get the ID of the service definition of the service instance.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Get the ID of the service definition for to the service instance to create.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Get the ID of the service definition for to the service instance to delete.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Get the ID of the service definition of the service instance.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse
-
Get the ID of the service definition associated with the service instance.
- getServiceDefinitionId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get the ID of the service definition for to the service instance to update.
- getServiceDefinitionPlan(ServiceDefinition, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- getServiceDefinitions() - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog
-
Get the set of service offerings.
- getServiceInstance() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
-
- getServiceInstance(Map<String, String>, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
- getServiceInstance(GetServiceInstanceRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceService
-
Get the details of a service instance.
- GetServiceInstanceAppBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a response to a request to retrieve a service instance binding associated with an application.
- GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- getServiceInstanceBinding(Map<String, String>, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
- getServiceInstanceBinding(GetServiceInstanceBindingRequest) - Method in interface org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService
-
Get the details of a binding to a service instance.
- getServiceInstanceBindingLastOperation(Map<String, String>, String, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
- GetServiceInstanceBindingRequest - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a request to retrieve a service instance binding.
- GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- GetServiceInstanceBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a response to a request to retrieve a service instance binding.
- GetServiceInstanceBindingResponse(Map<String, Object>) - Constructor for class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingResponse
-
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
Get the ID of the service instance associated with the binding.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest
-
Get the ID of the service instance associated with the binding.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest
-
Get the ID of the service instance associated with the binding.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest
-
Get the ID of the service instance associated with the binding.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
Get the ID of the service instance to create.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest
-
Get the ID of the service instance to delete.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest
-
Get the ID of the service instance.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
-
Get the ID of the service instance to retrieve.
- getServiceInstanceId() - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
Get the ID of the service instance to update.
- getServiceInstanceLastOperation(Map<String, String>, String, String, String, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
- GetServiceInstanceRequest - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a request to retrieve a service instance.
- GetServiceInstanceRequest(String, String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest
-
- GetServiceInstanceRequest.GetServiceInstanceRequestBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- GetServiceInstanceResponse - Class in org.springframework.cloud.servicebroker.model.instance
-
Details of a response to a request to get the details a service instance.
- GetServiceInstanceResponse.GetServiceInstanceResponseBuilder - Class in org.springframework.cloud.servicebroker.model.instance
-
- GetServiceInstanceRouteBindingResponse - Class in org.springframework.cloud.servicebroker.model.binding
-
Details of a response to a request to create a new service instance binding associated with a route.
- GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- getServiceInstanceSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas
-
The schemas available on a service instance.
- getServices() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Catalog
-
- getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
- getSpaceGuid() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getSpaceGuidToSerialize() - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- getState() - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationResponse
-
Get the current state of an asynchronous operation.
- getState() - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationResponse
-
Get the current state of an asynchronous operation.
- getStringProperty(String) - Method in class org.springframework.cloud.servicebroker.model.Context
-
- getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Get the URL to which the platform should drain logs for the bound application.
- getSyslogDrainUrl() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Get the URL to which the platform should drain logs for the bound application.
- getTags() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- getTags() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition
-
A list of tags to aid in categorizing and classifying services with similar
characteristics.
- getUnit() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
-
- getUpdate() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
-
- getUpdateMethodSchema() - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
-
The JSON schema for configuration parameters when updating a service instance.
- getValue() - Method in enum org.springframework.cloud.servicebroker.model.instance.OperationState
-
Get the String value of an enumerated value.
- getVolumeId() - Method in class org.springframework.cloud.servicebroker.model.binding.SharedVolumeDevice
-
Get the ID of the shared volume device to mount on each app instance.
- getVolumeMounts() - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse
-
Get the set of volume mounts that can be used in an application container file system.
- getVolumeMounts() - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse
-
Get the set of volume mounts that can be used in an application container file system.
- ParameterBeanMapper - Class in org.springframework.cloud.servicebroker.model.util
-
Utilities for mapping parameter maps to Java beans.
- ParameterBeanMapper() - Constructor for class org.springframework.cloud.servicebroker.model.util.ParameterBeanMapper
-
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Add a set of parameters from the provided Map to the request parameters
as would be provided in the request from the platform.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Add a key/value pair to the request parameters as would be provided in the request from the platform.
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
Add a set of parameters from the provided Map to the request parameters
as were provided by the platform at service binding creation.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
Add a key/value pair to the request parameters as were provided in the request from the platform at
service binding creation.
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
-
Add a set of parameters from the provided Map to the request parameters
as were provided by the platform at service binding creation.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceRouteBindingResponse.GetServiceInstanceRouteBindingResponseBuilder
-
Add a key/value pair to the request parameters as were provided in the request from the platform at
service binding creation.
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
-
A map of JSON schema for configuration parameters.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.catalog.MethodSchema.MethodSchemaBuilder
-
A key/value pair to add to the JSON schema configuration parameters
- parameters - Variable in class org.springframework.cloud.servicebroker.model.instance.AsyncParameterizedServiceInstanceRequest
-
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Add a set of parameters from the provided Map to the request parameters
as would be provided in the request from the platform.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Add a key/value pair to the request parameters as would be provided in the request from the platform.
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
-
Add a set of parameters from the provided Map to the parameters
as were provided to the service broker at service instance creation.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
-
Add a key/value pair to the parameters as were provided to the service broker at service instance creation.
- parameters(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Add a set of parameters from the provided Map to the request parameters
as would be provided in the request from the platform.
- parameters(String, Object) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Add a key/value pair to the request parameters as would be provided in the request from the platform.
- parseOriginatingIdentity(String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- Plan - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
- Plan() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the fully resolved plan
- plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the fully resolved plan.
- Plan - Class in org.springframework.cloud.servicebroker.model.catalog
-
A service plan available for a ServiceDefinition
- plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the fully resolved plan for the service definition
- plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the fully resolved plan.
- plan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the fully resolved plan for the service definition
- Plan.PlanBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a Plan.
- PLAN_ID_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the plan ID of the request as would be provided in the request from the platform.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
-
Set the ID of the plan associated with the service instance.
- planId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the plan ID as would be provided in the request from the platform.
- plans(Plan...) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
A list of plans for this service.
- plans(List<Plan>) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
A list of plans for this service.
- planUpdateable(Boolean) - Method in class org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition.ServiceDefinitionBuilder
-
Indicates whether the service supports requests to update instances to use a
different plan from the one used to provision a service instance.
- platform - Variable in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
- platform(String) - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
Set the name of the platform as would be provided in the request from the platform.
- platform - Variable in class org.springframework.cloud.servicebroker.model.Context
-
- PLATFORM_INSTANCE_ID_VARIABLE - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- PLATFORM_KEY - Static variable in class org.springframework.cloud.servicebroker.model.Context
-
- PlatformContext - Class in org.springframework.cloud.servicebroker.model
-
Platform specific contextual information under which the service instance is to be provisioned or updated.
- PlatformContext.PlatformContextBuilder - Class in org.springframework.cloud.servicebroker.model
-
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the ID of the platform instance as would be provided in the request from the platform.
- platformInstanceId - Variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionInterceptor
-
Compares the service broker API version header to the supported version.
- PreviousValues(String) - Constructor for class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.PreviousValues
-
- previousValues(UpdateServiceInstanceRequest.PreviousValues) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the previous values of the service instance details as would be
provided in the request from the platform.
- properties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
-
Add a set of properties from the provided Map to the bind resource properties
as would be provided in the request from the platform.
- properties(String, Object) - Method in class org.springframework.cloud.servicebroker.model.binding.BindResource.BindResourceBuilder
-
Add a key/value pair to the bind resource properties as would be provided in the request from the platform.
- properties - Variable in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
- properties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
Add a set of properties from the provided Map to the context properties
as would be provided in the request from the platform.
- properties - Variable in class org.springframework.cloud.servicebroker.model.Context
-
- property(String, Object) - Method in class org.springframework.cloud.servicebroker.model.Context.ContextBaseBuilder
-
Add a key/value pair to the context properties as would be provided in the request from the platform.
- Schemas - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
- Schemas() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
-
- schemas(Schemas) - Method in class org.springframework.cloud.servicebroker.model.catalog.Plan.PlanBuilder
-
The schemas for this plan
- Schemas - Class in org.springframework.cloud.servicebroker.model.catalog
-
JSON Schemas available for a Plan.
- Schemas.SchemasBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a Schemas.
- secret(String) - Method in class org.springframework.cloud.servicebroker.model.catalog.DashboardClient.DashboardClientBuilder
-
The client secret for the dashboard OAuth2 client.
- SERVICE_ID_PARAMETER - Static variable in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describe a Service binding JSON Schemas.
- ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
-
- serviceBindingSchema(ServiceBindingSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
-
The schemas available on a service binding.
- ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.model.catalog
-
Service binding JSON Schemas.
- ServiceBindingSchema.ServiceBindingSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a ServiceBindingSchema.
- serviceBrokerApiVersion() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
-
- ServiceBrokerApiVersionErrorMessage - Class in org.springframework.cloud.servicebroker.exception
-
Provides a formatted message indicating that the service broker does not support the version of the
Open Service Broker API provided by the platform.
- ServiceBrokerApiVersionException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that the version of the API supported by the broker doesn't match the version
provided by the platform.
- ServiceBrokerApiVersionException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
-
Construct an exception with the expected and provided versions.
- ServiceBrokerApiVersionException(String, String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
-
Construct an exception with an error code and the expected and provided versions.
- serviceBrokerApiVersionInterceptor(BrokerApiVersion) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
-
- serviceBrokerApiVersionProperty() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
-
- ServiceBrokerAsyncRequiredException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a service broker requires that the platform support asynchronous processing of operations.
- ServiceBrokerAsyncRequiredException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
-
Construct an exception with the provided message.
- ServiceBrokerAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Auto-configuration
for the service broker
implementation beans.
- ServiceBrokerAutoConfiguration(ServiceBrokerProperties) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration
-
- ServiceBrokerBindingRequiresAppException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that the service broker received a binding request without an application resource,
but only supports binding to applications.
- ServiceBrokerBindingRequiresAppException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
-
Construct an exception with the provided message.
- ServiceBrokerBindingRequiresAppException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerBindingRequiresAppException
-
Construct an exception with the provided message and cause.
- ServiceBrokerConcurrencyException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that the service broker received concurrent requests to modify a resource.
- ServiceBrokerConcurrencyException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerConcurrencyException
-
Construct an exception with the provided message.
- ServiceBrokerConcurrencyException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerConcurrencyException
-
Construct an exception with the provided message and cause.
- ServiceBrokerException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate underlying service broker errors (like connectivity to the service
being brokered) not covered by a more specific exception.
- ServiceBrokerException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided message.
- ServiceBrokerException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided error code and message.
- ServiceBrokerException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided message and cause.
- ServiceBrokerException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception with the provided error code, message and cause.
- ServiceBrokerException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
Construct an exception without a message and with the provided cause.
- serviceBrokerExceptionHandler() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
-
- ServiceBrokerExceptionHandler - Class in org.springframework.cloud.servicebroker.controller
-
Exception handling logic shared by all Controllers.
- ServiceBrokerExceptionHandler() - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler
-
- ServiceBrokerInvalidOriginatingIdentityException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that parameters passed in the originating identity header are not
understood by the service broker.
- ServiceBrokerInvalidOriginatingIdentityException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidOriginatingIdentityException
-
Construct an exception with the provided message.
- ServiceBrokerInvalidOriginatingIdentityException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidOriginatingIdentityException
-
Construct an exception with the provided message and cause.
- ServiceBrokerInvalidParametersException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that parameters passed in a create or update request are not understood by the service broker.
- ServiceBrokerInvalidParametersException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided message.
- ServiceBrokerInvalidParametersException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided error code and message.
- ServiceBrokerInvalidParametersException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided message and cause.
- ServiceBrokerInvalidParametersException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with the provided error code, message and cause.
- ServiceBrokerInvalidParametersException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
Construct an exception with a default message and the provided cause.
- ServiceBrokerOperationInProgressException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request for a service instance or binding was received while
asynchronous creation of the service instance or binding is in progress.
- ServiceBrokerOperationInProgressException() - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
-
Construct an exception with a default message.
- ServiceBrokerOperationInProgressException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
-
Construct an exception with a default message that includes the provided operation description.
- ServiceBrokerOperationInProgressException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerOperationInProgressException
-
Construct an exception with an error code and default message.
- ServiceBrokerProperties - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
ConfigurationProperties
for a Service Broker
- ServiceBrokerProperties() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
-
- ServiceBrokerRequest - Class in org.springframework.cloud.servicebroker.model
-
Details common to all service broker requests.
- ServiceBrokerRequest() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- ServiceBrokerRequest(String, String, Context) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
- ServiceBrokerRestController - Annotation Type in org.springframework.cloud.servicebroker.annotation
-
- ServiceBrokerUnavailableException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a service broker is able to accept requests from the platform but is temporarily unable
to process those requests.
- ServiceBrokerUnavailableException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided message.
- ServiceBrokerUnavailableException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided error code and message.
- ServiceBrokerUnavailableException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided message and cause.
- ServiceBrokerUnavailableException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided error code, message and cause.
- ServiceBrokerUnavailableException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerUnavailableException
-
Construct an exception with the provided cause.
- ServiceBrokerWebMvcAutoConfiguration - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Auto-configuration
for the service broker REST API endpoints.
- ServiceBrokerWebMvcAutoConfiguration(CatalogService, ServiceInstanceService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
-
- serviceBrokerWebMvcConfigurerAdapter(ApiVersionInterceptor) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ApiVersionWebMvcAutoConfiguration
-
- ServiceDefinition - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes a service offered by this broker.
- ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the fully resolved service definition.
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the fully resolved service definition.
- ServiceDefinition - Class in org.springframework.cloud.servicebroker.model.catalog
-
A service offered by this broker.
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the fully resolved service definition.
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the fully resolved service definition.
- serviceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the fully resolved service definition.
- ServiceDefinition.ServiceDefinitionBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a ServiceDefinition.
- ServiceDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request includes a service definition ID that does not exist in the
service broker catalog.
- ServiceDefinitionDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
-
Construct an exception with a default message that includes the provided service definition ID.
- ServiceDefinitionDoesNotExistException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
-
Construct an exception with an error code and default message that includes the
provided service definition ID.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceResponse.GetServiceInstanceResponseBuilder
-
Set the ID of the service definition associated with the service instance.
- serviceDefinitionId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the service definition ID as would be provided in the request from the platform.
- ServiceDefinitionRequires - Enum in org.springframework.cloud.servicebroker.model.catalog
-
The list of acceptable values for the requires
field of a service definition.
- serviceDefinitions(List<ServiceDefinition>) - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
-
Add a set of service offerings from the provided List to the
service offerings provided by the service broker.
- serviceDefinitions(ServiceDefinition...) - Method in class org.springframework.cloud.servicebroker.model.catalog.Catalog.CatalogBuilder
-
Add a set of service offerings from the provided array to the
service offerings provided by the service broker.
- serviceInstanceBindingController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
-
- ServiceInstanceBindingController - Class in org.springframework.cloud.servicebroker.controller
-
Provide endpoints for the service bindings API.
- ServiceInstanceBindingController(CatalogService, ServiceInstanceBindingService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController
-
- ServiceInstanceBindingDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request includes a service binding ID that is not known to the service broker.
- ServiceInstanceBindingDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingDoesNotExistException
-
Construct an exception with a default message that includes the provided service binding ID.
- ServiceInstanceBindingExistsException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a service binding create request was received for a binding that already exists
with parameters that are different from the existing binding.
- ServiceInstanceBindingExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
-
Construct an exception with a default message that includes the provided IDs.
- ServiceInstanceBindingExistsException(String, String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
-
Construct an exception with a default message that includes the provided IDs.
- ServiceInstanceBindingService - Interface in org.springframework.cloud.servicebroker.service
-
This interface is implemented by service brokers to process requests to create and delete service instance bindings.
- serviceInstanceController() - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerWebMvcAutoConfiguration
-
- ServiceInstanceController - Class in org.springframework.cloud.servicebroker.controller
-
Provide endpoints for the service instances API.
- ServiceInstanceController(CatalogService, ServiceInstanceService) - Constructor for class org.springframework.cloud.servicebroker.controller.ServiceInstanceController
-
- ServiceInstanceDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request includes a service instance ID that is not known to the service broker.
- ServiceInstanceDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
-
Construct an exception with a default message that includes the provided service instance ID.
- ServiceInstanceDoesNotExistException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
-
Construct an exception with an error code and default message that includes the
provided service instance ID.
- ServiceInstanceExistsException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a service instance create request was received for an instance that already exists
with parameters that are different from the existing instance.
- ServiceInstanceExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
-
Construct an exception with a default message that includes the provided IDs.
- ServiceInstanceExistsException(String, String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
-
Construct an exception with an error code and default message that includes the provided IDs.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetLastServiceBindingOperationRequest.GetLastServiceBindingOperationRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceBindingRequest.GetServiceInstanceBindingRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.GetServiceInstanceRequest.GetServiceInstanceRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- serviceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder
-
Set the service instance ID as would be provided in the request from the platform.
- ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.autoconfigure.web
-
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes service instance JSON Schemas.
- ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
-
- serviceInstanceSchema(ServiceInstanceSchema) - Method in class org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
-
The schemas available on a service instance.
- ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.model.catalog
-
Service instance JSON Schemas.
- ServiceInstanceSchema.ServiceInstanceSchemaBuilder - Class in org.springframework.cloud.servicebroker.model.catalog
-
Provides a fluent API for constructing a ServiceInstanceSchema.
- ServiceInstanceService - Interface in org.springframework.cloud.servicebroker.service
-
This interface is implemented by service brokers to process requests related to provisioning, updating,
and deprovisioning service instances.
- ServiceInstanceUpdateNotSupportedException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request to update a service instance can not be fulfilled by the service broker.
- ServiceInstanceUpdateNotSupportedException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
Construct an exception with a default message and the provided detail.
- ServiceInstanceUpdateNotSupportedException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
Construct an exception with an error code, default message and the provided detail.
- ServiceInstanceUpdateNotSupportedException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
Construct an exception with a default message and the provided detail and a cause.
- ServiceInstanceUpdateNotSupportedException(String, String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
Construct an exception with a default message and the provided detail and a cause.
- ServiceInstanceUpdateNotSupportedException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
Construct an exception with a default message and the provided cause.
- setAmount(String, Double) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
-
- setAmount(Map<String, Double>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
-
- setApiInfoLocation(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
This method is intended to be used internally only; use a builder to construct an object of this
type and set all field values.
- setApiVersion(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
-
- setAsyncAccepted(boolean) - Method in class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerRequest
-
This method is intended to be used internally only; use a builder to construct an object of this
type and set all field values.
- setBindable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setBindable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setBindingId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setBindingsRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setBullets(List<String>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- setCatalog(Catalog) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerProperties
-
- setCommonRequestFields(ServiceBrokerRequest, String, String, String) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- setCommonRequestFields(AsyncServiceBrokerRequest, String, String, String, boolean) - Method in class org.springframework.cloud.servicebroker.controller.BaseController
-
- setCosts(List<Cost>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- setCreate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
-
- setCreate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
-
- setDashboardClient(DashboardClient) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setDescription(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setDescription(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setDisplayName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- setFree(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setId(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
-
- setId(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setId(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setInstancesRetrievable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setMetadata(Metadata) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setName(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setOriginatingIdentity(Context) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
This method is intended to be used internally only; use a builder to construct an object of this
type and set all field values.
- setPlan(Plan) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setPlan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
For internal use only.
- setPlan(Plan) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
For internal use only.
- setPlanUpdateable(Boolean) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceDefinition
-
- setPlatformInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.ServiceBrokerRequest
-
This method is intended to be used internally only; use a builder to construct an object of this
type and set all field values.
- setProperties(Map<String, Object>) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Metadata
-
- setRedirectUri(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
-
- setSchemas(Schemas) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Plan
-
- setSecret(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.DashboardClient
-
- setServiceBinding(ServiceBindingSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
-
- setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- setServiceDefinition(ServiceDefinition) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- setServiceInstance(ServiceInstanceSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
-
- setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingRequest
-
- setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest
-
- setServiceInstanceId(String) - Method in class org.springframework.cloud.servicebroker.model.instance.UpdateServiceInstanceRequest
-
- setUnit(String) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.Cost
-
- setUpdate(MethodSchema) - Method in class org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
-
- SharedVolumeDevice - Class in org.springframework.cloud.servicebroker.model.binding
-
Represents a type of distributed
VolumeDevice
which can be mounted on multiple app instances simultaneously.
- SharedVolumeDevice.SharedVolumeDeviceBuilder - Class in org.springframework.cloud.servicebroker.model.binding
-
- SPACE_GUID_KEY - Static variable in class org.springframework.cloud.servicebroker.model.CloudFoundryContext
-
- spaceGuid(String) - Method in class org.springframework.cloud.servicebroker.model.CloudFoundryContext.CloudFoundryContextBuilder
-
- syslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceAppBindingResponse.CreateServiceInstanceAppBindingResponseBuilder
-
Set the URL to which the platform should drain logs for the bound application.
- syslogDrainUrl(String) - Method in class org.springframework.cloud.servicebroker.model.binding.GetServiceInstanceAppBindingResponse.GetServiceInstanceAppBindingResponseBuilder
-
Set the URL to which the platform should drain logs for the bound application.