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 Detail

      • 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. 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. Specified in bytes.
        Returns:
        the next definition stage.