Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
Plan.PlanBuilder |
Plan.PlanBuilder.bindable(boolean bindable)
Indicates whether the service with this plan can be bound to applications.
|
static Plan.PlanBuilder |
Plan.builder()
Create a builder that provides a fluent API for constructing a Plan.
|
Plan.PlanBuilder |
Plan.PlanBuilder.description(String description)
A user-friendly short description of the plan that will appear in the catalog.
|
Plan.PlanBuilder |
Plan.PlanBuilder.free(boolean free)
Whether the plan has a cost associated with it or not
|
Plan.PlanBuilder |
Plan.PlanBuilder.id(String id)
An identifier used to correlate this plan in future requests to the catalog.
|
Plan.PlanBuilder |
Plan.PlanBuilder.metadata(Map<String,Object> metadata)
A map of plan metadata to further describe the plan
|
Plan.PlanBuilder |
Plan.PlanBuilder.metadata(String key,
Object value)
A key/value pair to add to the map of plan metadata
|
Plan.PlanBuilder |
Plan.PlanBuilder.name(String name)
A CLI-friendly name of the plan that will appear in the catalog.
|
Plan.PlanBuilder |
Plan.PlanBuilder.schemas(Schemas schemas)
The schemas for this plan
|