Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
ServiceInstanceMetadata |
ServiceInstanceMetadata.ServiceInstanceMetadataBuilder.build()
Construct a
ServiceInstanceMetadata from the provided values. |
ServiceInstanceMetadata |
CreateServiceInstanceResponse.getMetadata()
Get object containing metadata for the service instance
|
ServiceInstanceMetadata |
UpdateServiceInstanceResponse.getMetadata()
Get object containing metadata for the service instance
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.metadata(ServiceInstanceMetadata metadata)
Object containing metadata for the service instance
Can be null to indicate that metadata was not provided for the service instance.
|
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.metadata(ServiceInstanceMetadata metadata)
Object containing metadata for the service instance
Can be null to indicate that metadata was not provided for the service instance.
|
Constructor and Description |
---|
CreateServiceInstanceResponse(boolean async,
String operation,
String dashboardUrl,
boolean instanceExisted,
ServiceInstanceMetadata metadata)
Construct a new
CreateServiceInstanceResponse |
UpdateServiceInstanceResponse(boolean async,
String operation,
String dashboardUrl,
ServiceInstanceMetadata metadata)
Construct a new
UpdateServiceInstanceResponse |