models_v2.local_snapshot_statistics module

class models_v2.local_snapshot_statistics.LocalSnapshotStatistics(logical_size_bytes=None, bytes_written=None, bytes_read=None)[source]

Bases: object

Implementation of the ‘Local snapshot statistics.’ model.

Specifies statistics about local snapshot.

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.

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.