Interface Volume.DefinitionStages.WithCoolnessPeriod

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

public static interface Volume.DefinitionStages.WithCoolnessPeriod
The stage of the Volume definition 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.DefinitionStages.WithCreate 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.