- Schemas - Class in org.springframework.cloud.servicebroker.model
-
JSON Schemas available for a Plan.
- Schemas() - Constructor for class org.springframework.cloud.servicebroker.model.Schemas
-
- Schemas(ServiceInstanceSchema, ServiceBindingSchema) - Constructor for class org.springframework.cloud.servicebroker.model.Schemas
-
- serialize(List<?>, JsonGenerator, SerializerProvider) - Method in class org.springframework.cloud.servicebroker.model.EmptyListSerializer
-
- serialize(List<?>, JsonGenerator, SerializerProvider) - Method in class org.springframework.cloud.servicebroker.model.EmptyMapSerializer
-
- ServiceBindingResource - Enum in org.springframework.cloud.servicebroker.model
-
The list of acceptable keys for the bindResource
map in a service instance binding request.
- ServiceBindingSchema - Class in org.springframework.cloud.servicebroker.model
-
Service binding JSON Schemas.
- ServiceBindingSchema() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBindingSchema
-
- ServiceBindingSchema(MethodSchema) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceBindingSchema
-
- 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
in a request.
- ServiceBrokerApiVersionException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerApiVersionException
-
- ServiceBrokerAsyncRequiredException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a broker requires accepts_incomplete
to be true
to
successfully process a request.
- ServiceBrokerAsyncRequiredException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerAsyncRequiredException
-
- ServiceBrokerAutoConfiguration - Class in org.springframework.cloud.servicebroker.config
-
- ServiceBrokerAutoConfiguration() - Constructor for class org.springframework.cloud.servicebroker.config.ServiceBrokerAutoConfiguration
-
- ServiceBrokerException - Exception in org.springframework.cloud.servicebroker.exception
-
General exception for underlying broker errors (like connectivity to the service
being brokered).
- ServiceBrokerException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- ServiceBrokerException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- ServiceBrokerException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerException
-
- ServiceBrokerInvalidParametersException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that parameters passed in a provision or update request are not understood.
- ServiceBrokerInvalidParametersException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
- ServiceBrokerInvalidParametersException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
- ServiceBrokerInvalidParametersException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceBrokerInvalidParametersException
-
- 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
-
- ServiceDefinition - Class in org.springframework.cloud.servicebroker.model
-
A service offered by this broker.
- ServiceDefinition() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
-
- ServiceDefinition(String, String, String, boolean, List<Plan>) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
-
- ServiceDefinition(String, String, String, boolean, boolean, List<Plan>, List<String>, Map<String, Object>, List<String>, DashboardClient) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceDefinition
-
- ServiceDefinitionDoesNotExistException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a request includes a service definition ID does not exist.
- ServiceDefinitionDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceDefinitionDoesNotExistException
-
- ServiceDefinitionRequires - Enum in org.springframework.cloud.servicebroker.model
-
The list of acceptable values for the requires
field of a service definition.
- ServiceInstance - Class in org.springframework.cloud.servicebroker.model
-
Deprecated.
This class is no longer used internally to represent service instances. Implementing brokers should
create their own class to represent service instances and persist them as necessary. The will remain in the project
for a time as a convenience, but it should no longer be used by implementing brokers.
- ServiceInstance(CreateServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
-
Deprecated.
Create a ServiceInstance from a create request.
- ServiceInstance(DeleteServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
-
Deprecated.
Create a ServiceInstance from a delete request.
- ServiceInstance(UpdateServiceInstanceRequest) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstance
-
Deprecated.
Create a service instance from an update request.
- ServiceInstanceBinding - Class in org.springframework.cloud.servicebroker.model
-
Deprecated.
This class is no longer used internally to represent service instance bindings. Implementing brokers should
create their own class to represent service instances bindings and persist them as necessary. The will remain in the project
for a time as a convenience, but it should no longer be used by implementing brokers.
- ServiceInstanceBinding(String, String, Map<String, Object>, String, String) - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstanceBinding
-
Deprecated.
- ServiceInstanceBindingController - Class in org.springframework.cloud.servicebroker.controller
-
See: http://docs.cloudfoundry.org/services/api.html
- 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 is received for an unknown service instance binding ID.
- ServiceInstanceBindingDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingDoesNotExistException
-
- ServiceInstanceBindingExistsException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a duplicate request to bind to a service instance is received.
- ServiceInstanceBindingExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceBindingExistsException
-
- 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 - Class in org.springframework.cloud.servicebroker.controller
-
See: http://docs.cloudfoundry.org/services/api.html
- 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 is received for an unknown service instance ID.
- ServiceInstanceDoesNotExistException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceDoesNotExistException
-
- ServiceInstanceExistsException - Exception in org.springframework.cloud.servicebroker.exception
-
Thrown to indicate that a duplicate service instance creation request is received.
- ServiceInstanceExistsException(String, String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceExistsException
-
- ServiceInstanceSchema - Class in org.springframework.cloud.servicebroker.model
-
Service instance JSON Schemas.
- ServiceInstanceSchema() - Constructor for class org.springframework.cloud.servicebroker.model.ServiceInstanceSchema
-
- ServiceInstanceSchema(MethodSchema, MethodSchema) - Constructor for class org.springframework.cloud.servicebroker.model.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 the plan change requested is not supported or if the request
can not currently be fulfilled due to the state of the instance.
- ServiceInstanceUpdateNotSupportedException(String) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
- ServiceInstanceUpdateNotSupportedException(String, Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
- ServiceInstanceUpdateNotSupportedException(Throwable) - Constructor for exception org.springframework.cloud.servicebroker.exception.ServiceInstanceUpdateNotSupportedException
-
- SharedVolumeDevice - Class in org.springframework.cloud.servicebroker.model
-
- SharedVolumeDevice() - Constructor for class org.springframework.cloud.servicebroker.model.SharedVolumeDevice
-
- valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.OperationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.cloud.servicebroker.model.OperationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cloud.servicebroker.model.ServiceBindingResource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cloud.servicebroker.model.ServiceDefinitionRequires
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.DeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cloud.servicebroker.model.VolumeMount.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VolumeDevice - Class in org.springframework.cloud.servicebroker.model
-
- VolumeDevice() - Constructor for class org.springframework.cloud.servicebroker.model.VolumeDevice
-
- VolumeMount - Class in org.springframework.cloud.servicebroker.model
-
Details of a volume mount in a binding response.
- VolumeMount() - Constructor for class org.springframework.cloud.servicebroker.model.VolumeMount
-
- VolumeMount.DeviceType - Enum in org.springframework.cloud.servicebroker.model
-
- VolumeMount.Mode - Enum in org.springframework.cloud.servicebroker.model
-