Interface SpringApp.UpdateStages.WithDisk

All Known Subinterfaces:
SpringApp.Update
Enclosing interface:
SpringApp.UpdateStages

public static interface SpringApp.UpdateStages.WithDisk
The stage of a spring app update allowing to specify the disk.
  • Method Details

    • withTemporaryDisk

      SpringApp.Update withTemporaryDisk(int sizeInGB, String mountPath)
      Specifies the temporary disk for the spring app.
      Parameters:
      sizeInGB - the size of the disk
      mountPath - the mount path of the disk
      Returns:
      the next stage of spring app update
    • withPersistentDisk

      SpringApp.Update withPersistentDisk(int sizeInGB, String mountPath)
      Specifies the persistent disk for the spring app.
      Parameters:
      sizeInGB - the size of the disk
      mountPath - the mount path of the disk
      Returns:
      the next stage of spring app update