models.data_transfer_to_vaults_summary_response module¶
-
class
models.data_transfer_to_vaults_summary_response.
DataTransferToVaultsSummaryResponse
(data_transfer_summary=None)[source]¶ Bases:
object
Implementation of the ‘DataTransferToVaultsSummaryResponse’ model.
Provides summary statistics about the transfer of data from this Cohesity Cluster to Vaults (External Targets).
- Attributes:
- data_transfer_summary (list of DataTransferToVaultSummary): Array of
Summary Data Transfer Statistics. Specifies summary statistics about the transfer of data from Vaults to the Cohesity Cluster.
-
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.