TierDataSpec#

class TierDataSpec(duration_seconds=0, files_spec=None, *args, **kwargs)#

Bases: object

Model for tier data.

Parameters:
  • duration_seconds (min=3600,) – (duration_seconds) Duration (in seconds) for which the manual tiering action should run. If not provided tiering will run until the memory has reached the threshold capacity value. (Default 0)

  • files_spec – (files_spec)

property duration_seconds#

Duration (in seconds) for which the manual tiering action should run. If not provided tiering will run until the memory has reached the threshold capacity value.

Type:

int

property files_spec#
Type:

FilesSpec

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model