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