Interface Volume.DefinitionStages.WithUsageThreshold

All Known Subinterfaces:
Volume.Definition
Enclosing interface:
Volume.DefinitionStages

public static interface Volume.DefinitionStages.WithUsageThreshold
The stage of the Volume definition allowing to specify usageThreshold.
  • Method Details

    • withUsageThreshold

      Volume.DefinitionStages.WithSubnetId 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 500 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 500 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes.

      Returns:
      the next definition stage.