Interface SubvolumeInfo.UpdateStages.WithSize

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

public static interface SubvolumeInfo.UpdateStages.WithSize
The stage of the SubvolumeInfo update allowing to specify size.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSize(Long size)
    Specifies the size property: size Truncate subvolume to the provided size in bytes.
  • Method Details

    • withSize

      SubvolumeInfo.Update withSize(Long size)
      Specifies the size property: size Truncate subvolume to the provided size in bytes.
      Parameters:
      size - size Truncate subvolume to the provided size in bytes.
      Returns:
      the next definition stage.