Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
MaintenanceInfo |
MaintenanceInfo.MaintenanceInfoBuilder.build()
Constructs a
MaintenanceInfo from the provided values. |
MaintenanceInfo |
Plan.getMaintenanceInfo()
Maintenance information for a Service Instance which is provisioned using the Service Plan.
|
Modifier and Type | Method and Description |
---|---|
Plan.PlanBuilder |
Plan.PlanBuilder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Maintenance information for a Service Instance which is provisioned using the Service Plan.
|
Constructor and Description |
---|
Plan(String id,
String name,
String description,
Map<String,Object> metadata,
Boolean free,
Boolean bindable,
Boolean planUpdateable,
Schemas schemas,
Integer maximumPollingDuration,
MaintenanceInfo maintenanceInfo)
Construct a new
Plan |
Modifier and Type | Method and Description |
---|---|
MaintenanceInfo |
CreateServiceInstanceRequest.getMaintenanceInfo()
Get the maintenance info of the service instance to create.
|
MaintenanceInfo |
UpdateServiceInstanceRequest.getMaintenanceInfo()
Get the maintenance info of the service instance to update.
|
MaintenanceInfo |
UpdateServiceInstanceRequest.PreviousValues.getMaintenanceInfo()
Get the maintenance info to the update request.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Set the maintenance info related to the plan
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Set the maintenance info related to the plan
|
Constructor and Description |
---|
CreateServiceInstanceRequest(String serviceDefinitionId,
String serviceInstanceId,
String planId,
ServiceDefinition serviceDefinition,
Plan plan,
Map<String,Object> parameters,
Context context,
boolean asyncAccepted,
String platformInstanceId,
String apiInfoLocation,
Context originatingIdentity,
String requestIdentity,
MaintenanceInfo maintenanceInfo)
Construct a new
CreateServiceInstanceRequest |
PreviousValues(String planId,
MaintenanceInfo maintenanceInfo)
Construct a new
UpdateServiceInstanceRequest.PreviousValues |
UpdateServiceInstanceRequest(String serviceDefinitionId,
String serviceInstanceId,
String planId,
ServiceDefinition serviceDefinition,
Plan plan,
UpdateServiceInstanceRequest.PreviousValues previousValues,
Map<String,Object> parameters,
Context context,
boolean asyncAccepted,
String platformInstanceId,
String apiInfoLocation,
Context originatingIdentity,
String requestIdentity,
MaintenanceInfo maintenanceInfo)
Construct a new
UpdateServiceInstanceRequest |