Source code for models.type_hdfs_protection_source_enum

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

[docs]class TypeHdfsProtectionSourceEnum(object): """Implementation of the 'Type_HdfsProtectionSource' enum. Specifies the type of the managed Object in Hdfs Protection Source. Specifies the type of an Hdfs source entity. 'kCluster' indicates a Hdfs cluster distributed over several physical nodes. Attributes: KCLUSTER: TODO: type description here. """ KCLUSTER = 'kCluster'