Package com.morpheusdata.core.providers
Interface ProvisionProvider.BuildResizeVolumeChangelistFacet
- Enclosing interface:
- ProvisionProvider
public static interface ProvisionProvider.BuildResizeVolumeChangelistFacet
Overrides the default behavior for building the StorageVolume changelist (add/update/delete) during reconfigure.
- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the StorageVolume changelist
-
Method Details
-
buildVolumeChangelist
ServiceResponse<BuildResizeVolumeChangelistResponse> buildVolumeChangelist(BuildResizeChangelistRequest<StorageVolume> request) Builds the StorageVolume 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 StorageVolume changes- Returns:
- a ServiceResponse containing the StorageVolume changelist response
- Since:
- 1.3.0
-