Interface Volume.UpdateStages.WithDefaultUserQuotaInKiBs

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

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

    Modifier and Type
    Method
    Description
    withDefaultUserQuotaInKiBs(Long defaultUserQuotaInKiBs)
    Specifies the defaultUserQuotaInKiBs property: Default user quota for volume in KiBs.
  • Method Details

    • withDefaultUserQuotaInKiBs

      Volume.Update withDefaultUserQuotaInKiBs(Long defaultUserQuotaInKiBs)
      Specifies the defaultUserQuotaInKiBs property: Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies ..
      Parameters:
      defaultUserQuotaInKiBs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
      Returns:
      the next definition stage.