Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
protected Plan |
BaseController.getServiceDefinitionPlan(ServiceDefinition serviceDefinition,
String planId) |
Modifier and Type | Method and Description |
---|---|
Plan |
DeleteServiceInstanceBindingRequest.getPlan()
Get the plan of the service instance associated with the binding.
|
Plan |
CreateServiceInstanceBindingRequest.getPlan()
Get the plan of the service instance associated with the binding.
|
Modifier and Type | Method and Description |
---|---|
DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder |
DeleteServiceInstanceBindingRequest.DeleteServiceInstanceBindingRequestBuilder.plan(Plan plan)
Set the fully resolved plan.
|
CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder |
CreateServiceInstanceBindingRequest.CreateServiceInstanceBindingRequestBuilder.plan(Plan plan)
Set the fully resolved plan
|
void |
CreateServiceInstanceBindingRequest.setPlan(Plan plan)
This method is intended to be used internally only; use
CreateServiceInstanceBindingRequest.builder() to construct an object of this
type and set all field values. |
Modifier and Type | Method and Description |
---|---|
Plan |
Plan.PlanBuilder.build()
Construct a
Plan from the provided values. |
Modifier and Type | Method and Description |
---|---|
List<Plan> |
ServiceDefinition.getPlans()
A list of plans for this service.
|
Modifier and Type | Method and Description |
---|---|
ServiceDefinition.ServiceDefinitionBuilder |
ServiceDefinition.ServiceDefinitionBuilder.plans(Plan... plans)
A list of plans for this service.
|
Modifier and Type | Method and Description |
---|---|
ServiceDefinition.ServiceDefinitionBuilder |
ServiceDefinition.ServiceDefinitionBuilder.plans(List<Plan> plans)
A list of plans for this service.
|
Modifier and Type | Method and Description |
---|---|
Plan |
CreateServiceInstanceRequest.getPlan()
Get the plan of the service to create
|
Plan |
UpdateServiceInstanceRequest.getPlan()
Get the plan of the service instance to update
|
Plan |
DeleteServiceInstanceRequest.getPlan()
Get the plan for the service definition to delete
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.plan(Plan plan)
Set the fully resolved plan for the service definition
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.plan(Plan plan)
Set the fully resolved plan for the service definition
|
DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder |
DeleteServiceInstanceRequest.DeleteServiceInstanceRequestBuilder.plan(Plan plan)
Set the fully resolved plan.
|
void |
CreateServiceInstanceRequest.setPlan(Plan plan)
For internal use only.
|
void |
UpdateServiceInstanceRequest.setPlan(Plan plan)
For internal use only.
|