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 Details

    • buildVolumeChangelist

      Builds the StorageVolume 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 StorageVolume changes
      Returns:
      a ServiceResponse containing the StorageVolume changelist response
      Since:
      1.3.0