models.data_transfer_to_vault_per_protection_job module¶
-
class
models.data_transfer_to_vault_per_protection_job.
DataTransferToVaultPerProtectionJob
(num_logical_bytes_transferred=None, num_physical_bytes_transferred=None, protection_job_name=None, storage_consumed=None)[source]¶ Bases:
object
Implementation of the ‘DataTransferToVaultPerProtectionJob’ model.
Specifies statistics about the transfer of data from this Cohesity Cluster to this Vault for a Protection Job.
- Attributes:
- num_logical_bytes_transferred (int|long): Specifies the total number
of logical bytes that are transferred from this Cohesity Cluster to this Vault for this Protection Job. The logical size is when the data is fully hydrated or expanded.
- num_physical_bytes_transferred (int|long): Specifies the total number
of physical bytes that are transferred from this Cohesity Cluster to this Vault for this Protection Job.
- protection_job_name (string): Specifies the name of the Protection
Job.
- storage_consumed (long|int): Specifies the total number of storage
bytes consumed that are transferred from this Cohesity Cluster to this vault for this Protection Job.
-
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.