Interface Volume.UpdateStages.WithUsageThreshold

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

public static interface Volume.UpdateStages.WithUsageThreshold
The stage of the Volume update allowing to specify usageThreshold.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUsageThreshold(Long usageThreshold)
    Specifies the usageThreshold property: usageThreshold
  • Method Details

    • withUsageThreshold

      Volume.Update withUsageThreshold(Long usageThreshold)
      Specifies the usageThreshold property: usageThreshold

      Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes..

      Parameters:
      usageThreshold - usageThreshold

      Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes.

      Returns:
      the next definition stage.