Interface SpringApp.DefinitionStages.WithDisk

    • Method Detail

      • withTemporaryDisk

        SpringApp.DefinitionStages.WithCreate 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 definition
      • withPersistentDisk

        SpringApp.DefinitionStages.WithCreate 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 definition