Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

StorageSnapshot.md

File metadata and controls

18 lines (14 loc) · 1.22 KB

StorageSnapshot

Reference marker for volume at a particular point in time. It is a point-in-time copy of the volume.

Properties

Name Type Description Notes
created_time datetime Exact date and time on which snapshot is created. [optional] [readonly]
name str Name of the snapshot which represents point in time copy of volume. [optional] [readonly]
protection_group_name str Name of the protection group to which the snapshot belongs. Value is emptry, if the snapshot is created directly on volume. [optional] [readonly]
size int Snapshot size represented in bytes. [optional] [readonly]
source str Source object on which the snapshot is created. It is a name of the originating volume. [optional] [readonly]
protection_group_snapshot StorageProtectionGroupSnapshot [optional]
storage_array StorageGenericArray [optional]
volume StorageVolume [optional]

[Back to Model list] [Back to API list] [Back to README]