models_v2.supported_hadoop_distributions_enum module

class models_v2.supported_hadoop_distributions_enum.SupportedHadoopDistributionsEnum[source]

Bases: 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'