FileSystemSnapshotsTransfer

Properties

Name Type Description Notes
id str A non-modifiable, globally unique ID chosen by the system. [optional]
name str The name of the object (e.g., a file system or snapshot). [optional]
completed int A timestamp at which the replication of the snapshot completed. [optional]
data_transferred int The amount of data transferred to the target, in bytes. [optional]
direction Direction [optional]
progress float A percentage that indicates how much progress has been made on the transfer. [optional]
remote FixedReferenceWithId The array where the remote file system snapshot is located. [optional]
remote_snapshot FixedReferenceWithId A reference to the associated remote file system snapshot. [optional]
started int A timestamp at which the replication of the snapshot started. [optional]
status str The status of current replication. Valid values are `completed`, `in-progress`, and `queued`. [optional]

[Back to Model list] [Back to API list] [Back to Overview]