Source code for models_v2.supported_hadoop_distributions_enum

# -*- coding: utf-8 -*-

[docs]class SupportedHadoopDistributionsEnum(object): """Implementation of the 'SupportedHadoopDistributions' enum. Enumeration of all the supported Hadoop distributions. Attributes: CDH: TODO: type description here. HDP: TODO: type description here. """ CDH = 'CDH' HDP = 'HDP'