Source code for models.run_type_get_vault_run_stats_enum

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

[docs]class RunTypeGetVaultRunStatsEnum(object): """Implementation of the 'runType_GetVaultRunStats' enum. TODO: type enum description here. Attributes: KARCHIVE: TODO: type description here. KRESTORE: TODO: type description here. KCLOUDSPIN: TODO: type description here. """ KARCHIVE = 'kArchive' KRESTORE = 'kRestore' KCLOUDSPIN = 'kCloudSpin'