Source code for models.entity_type_get_file_distribution_stats_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class EntityTypeGetFileDistributionStatsEnum(object): """Implementation of the 'entityType_GetFileDistributionStats' enum. TODO: type enum description here. Attributes: KCLUSTER: TODO: type description here. KSTORAGEDOMAIN: TODO: type description here. """ KCLUSTER = 'kCluster' KSTORAGEDOMAIN = 'kStorageDomain'