models_v2.data_tiering_task_stats module

class models_v2.data_tiering_task_stats.DataTieringTaskStats(logical_size_bytes=None, bytes_written=None, bytes_read=None, entity_count=None, changed_entity_count=None, is_tiering_goal_met=False, total_tiered_bytes=None)[source]

Bases: object

Implementation of the ‘DataTieringTaskStats’ model.

Specifies the stats of data tiering task.

Attributes:
logical_size_bytes (long|int): Specifies total logical size of

object(s) in bytes.

bytes_written (long|int): Specifies total size of data in bytes

written after taking backup.

bytes_read (long|int): Specifies total logical bytes read for creating

the snapshot.

entity_count (long|int): Specifies total entity count. changed_entity_count (long|int): Specifies changed entity count. is_tiering_goal_met (bool): Specifies whether tiering goal has been

met.

total_tiered_bytes (long|int): Specifies total amount of data

successfully tiered from the NAS source.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.