Package com.morpheusdata.core.providers
Interface ProvisionProvider.BuildResizeControllerChangelistFacet
- Enclosing interface:
- ProvisionProvider
public static interface ProvisionProvider.BuildResizeControllerChangelistFacet
Overrides the default behavior for building the StorageController changelist (add/update/delete) during reconfigure.
- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the StorageController changelist
-
Method Details
-
buildControllerChangelist
ServiceResponse<BuildResizeControllerChangelistResponse> buildControllerChangelist(BuildResizeChangelistRequest<StorageController> request) Builds the StorageController changelistThe request provides a *desired* configuration and *existing* configuration. This method derives a changelist (add/update/delete) that when applied to the *existing* configuration, reaches the *desired* configuration.
- Parameters:
request- the BuildResizeChangelistRequest containing StorageController changes- Returns:
- a ServiceResponse containing the StorageController changelist response
- Since:
- 1.3.0
-