Interface Volume.UpdateStages.WithIsDefaultQuotaEnabled

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

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

    Modifier and Type
    Method
    Description
    withIsDefaultQuotaEnabled(Boolean isDefaultQuotaEnabled)
    Specifies the isDefaultQuotaEnabled property: Specifies if default quota is enabled for the volume..
  • Method Details

    • withIsDefaultQuotaEnabled

      Volume.Update withIsDefaultQuotaEnabled(Boolean isDefaultQuotaEnabled)
      Specifies the isDefaultQuotaEnabled property: Specifies if default quota is enabled for the volume..
      Parameters:
      isDefaultQuotaEnabled - Specifies if default quota is enabled for the volume.
      Returns:
      the next definition stage.