models.data_usage_stats module

class models.data_usage_stats.DataUsageStats(cloud_data_written_bytes=None, cloud_data_written_bytes_timestamp_usec=None, cloud_total_physical_usage_bytes=None, cloud_total_physical_usage_bytes_timestamp_usec=None, data_in_bytes=None, data_in_bytes_after_dedup=None, data_in_bytes_after_dedup_timestamp_usec=None, data_in_bytes_timestamp_usec=None, data_protect_logical_usage_bytes=None, data_protect_logical_usage_bytes_timestamp_usec=None, data_protect_physical_usage_bytes=None, data_protect_physical_usage_bytes_timestamp_usec=None, data_written_bytes=None, data_written_bytes_timestamp_usec=None, file_services_logical_usage_bytes=None, file_services_logical_usage_bytes_timestamp_usec=None, file_services_physical_usage_bytes=None, file_services_physical_usage_bytes_timestamp_usec=None, local_data_written_bytes=None, local_data_written_bytes_timestamp_usec=None, local_tier_resiliency_impact_bytes=None, local_tier_resiliency_impact_bytes_timestamp_usec=None, local_total_physical_usage_bytes=None, local_total_physical_usage_bytes_timestamp_usec=None, outdated_logical_usage_bytes_timestamp_usec=None, storage_consumed_bytes=None, storage_consumed_bytes_timestamp_usec=None, total_logical_usage_bytes=None, total_logical_usage_bytes_timestamp_usec=None, unique_physical_data_bytes=None)[source]

Bases: object

Implementation of the ‘DataUsageStats’ model.

Specifies the data usage metric of the data stored on the Cohesity Cluster or Storage Domains (View Boxes).

Attributes:
cloud_data_written_bytes (long|int): Specifies the total data written

on cloud tiers, as computed by the Cohesity Cluster.

cloud_data_written_bytes_timestamp_usec (long|int): Specifies

Timestamp of CloudDataWrittenBytes.

cloud_total_physical_usage_bytes (long|int): Specifies the total cloud

capacity, as computed by the Cohesity Cluster, after the size of the data has been reduced by change-block tracking, compression and deduplication.

cloud_total_physical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of CloudTotalPhysicalUsageBytes.

data_in_bytes (long|int): Specifies the data read from the protected

objects by the Cohesity Cluster before any data reduction using deduplication and compression.

data_in_bytes_after_dedup (long|int): Specifies the size of

the data has been reduced by change-block tracking and deduplication but before compression or data is replicated to other nodes as per RF or Erasure Coding policy.

data_in_bytes_after_dedup_timestamp_usec (long|int): Specifies

Timestamp of DataInBytesAfterDedup.

data_in_bytes_timestamp_usec (long|int): Specifies Timestamp of

DataInBytes.

data_protect_logical_usage_bytes (long|int): Specifies the logical

data used by Data Protect on Cohesity cluster.

data_protect_logical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of DataProtectLogicalUsageBytes.

data_protect_physical_usage_bytes (long|int): Specifies the physical

data used by Data Protect on Cohesity cluster.

data_protect_physical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of DataProtectPhysicalUsageBytes.

data_written_bytes (long|int): Specifies the data written after it has

been reduced by deduplication and compression. This does not include resiliency impact.

data_written_bytes_timestamp_usec (long|int): Specifies Timestamp of

DataWrittenBytes.

file_services_logical_usage_bytes (long|int): Specifies the logical

data used by File services on Cohesity cluster.

file_services_logical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of FileServicesLogicalUsageBytes.

file_services_physical_usage_bytes (long|int): Specifies the physical

data used by File services on Cohesity cluster.

file_services_physical_usage_bytes_timestamp_usec (long|int):

Specifies Timestamp of FileServicesPhysicalUsageBytes.

local_data_written_bytes (long|int): Specifies the total data written

on local tiers, as computed by the Cohesity Cluster, after the size of the data has been reduced by change-block tracking, deduplication and compression. This does not include resiliency impact.

local_data_written_bytes_timestamp_usec (long|int): Specifies

Timestamp of LocalDataWrittenBytes.

local_tier_resiliency_impact_bytes (long|int): Specifies the size of

the data has been replicated to other nodes as per RF or Erasure Coding policy.

local_tier_resiliency_impact_bytes_timestamp_usec (long|int):

Specifies Timestamp of LocalTierResiliencyImpactBytes.

local_total_physical_usage_bytes (long|int): Specifies the total local

capacity, as computed by the Cohesity Cluster, after the size of the data has been reduced by change-block tracking, compression and deduplication.

local_total_physical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of LocalTotalPhysicalUsageBytes.

outdated_logical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of OutdatedLogicalUsageBytes.

storage_consumed_bytes (long|int): Specifies the total capacity, as

computed by the Cohesity Cluster, after the size of the data has been reduced by change-block tracking, compression and deduplication. This includes resiliency impact.

storage_consumed_bytes_timestamp_usec (long|int): Specifies Timestamp

of StorageConsumedBytes.

total_logical_usage_bytes (long|int): Provides the combined data

residing on protected objects. The size of data before reduction by deduplication and compression.

total_logical_usage_bytes_timestamp_usec (long|int): Specifies

Timestamp of TotalLogicalUsageBytes.

unique_physical_data_bytes (int): pecifies the unique physical data

usage in bytes.

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.