models.tenant_stats module

class models.tenant_stats.TenantStats(group_list=None, id=None, name=None, schema_info_list=None, stats=None)[source]

Bases: object

Implementation of the ‘TenantStats’ model.

TODO: type model description here.

Attributes:
group_list (list of StatsGroup): Specifies a list of groups associated

to this tenant (organization).

id (string): Specifies the id of the tenant (organization). name (string): Specifies the name of the tenant (organization). schema_info_list (list of UsageSchemaInfo): Specifies a list of

schemaInfos of the tenant (organization).

stats (DataUsageStats): Specifies the data usage metric of the data

stored on the Cohesity Cluster or Storage Domains (View Boxes).

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.