Interface Volume.UpdateStages.WithCoolnessPeriod

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

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

    Modifier and Type
    Method
    Description
    withCoolnessPeriod(Integer coolnessPeriod)
    Specifies the coolnessPeriod property: Specifies the number of days after which data that is not accessed by clients will be tiered..
  • Method Details

    • withCoolnessPeriod

      Volume.Update withCoolnessPeriod(Integer coolnessPeriod)
      Specifies the coolnessPeriod property: Specifies the number of days after which data that is not accessed by clients will be tiered..
      Parameters:
      coolnessPeriod - Specifies the number of days after which data that is not accessed by clients will be tiered.
      Returns:
      the next definition stage.