Interface Volume.UpdateStages.WithDefaultGroupQuotaInKiBs

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

    public static interface Volume.UpdateStages.WithDefaultGroupQuotaInKiBs
    The stage of the Volume update allowing to specify defaultGroupQuotaInKiBs.
    • Method Detail

      • withDefaultGroupQuotaInKiBs

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