models_v2.object_local_snapshot_information module

class models_v2.object_local_snapshot_information.ObjectLocalSnapshotInformation(snapshot_id=None, logical_size_bytes=None)[source]

Bases: object

Implementation of the ‘Object Local Snapshot Information.’ model.

Specifies the Local snapshot information for the object.

Attributes:
snapshot_id (string): Specifies the id of the local snapshot for the

object.

logical_size_bytes (long|int): Specifies the logical size of this

snapshot in bytes.

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.