models.data_transfer_from_vaults_summary_response module¶
-
class
models.data_transfer_from_vaults_summary_response.
DataTransferFromVaultsSummaryResponse
(data_transfer_summary=None)[source]¶ Bases:
object
Implementation of the ‘DataTransferFromVaultsSummaryResponse’ model.
Provides summary statistics about the transfer of data from Vaults (External Targets) to this Cohesity Cluster.
- Attributes:
- data_transfer_summary (list of DataTransferFromVaultSummary): 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.