models_v2.local_snapshot_info module¶
-
class
models_v2.local_snapshot_info.
LocalSnapshotInfo
(snapshot_id=None, logical_size_bytes=None)[source]¶ Bases:
object
Implementation of the ‘LocalSnapshotInfo’ model.
Specifies the local snapshot information.
- 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.