models.data_transfer_from_vault_per_task module¶
-
class
models.data_transfer_from_vault_per_task.
DataTransferFromVaultPerTask
(num_logical_bytes_transferred=None, num_physical_bytes_transferred=None, task_name=None, task_type=None)[source]¶ Bases:
object
Implementation of the ‘DataTransferFromVaultPerTask’ model.
Specifies statistics about the transfer of data from a Vault (External Target) to this Cohesity Cluster for a recover or clone task.
- Attributes:
- num_logical_bytes_transferred (long|int): Specifies the total number
of logical bytes that are transferred from this Vault to the Cohesity Cluster for this task. The logical size is when the data is fully hydrated or expanded.
- num_physical_bytes_transferred (long|int): Specifies the total number
of physical bytes that are transferred from this Vault to the Cohesity Cluster for this task.
task_name (string): Specifies the task name. task_type (string): Specifies the task type.
-
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.