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 Details

    • buildControllerChangelist

      Builds the StorageController changelist

      The 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