models_v2.hadoop_distribution_enum module

class models_v2.hadoop_distribution_enum.HadoopDistributionEnum[source]

Bases: object

Implementation of the ‘HadoopDistribution’ enum.

The hadoop distribution for this cluster. This can be either ‘CDH’ or ‘HDP’

Attributes:

CDH: TODO: type description here. HDP: TODO: type description here.

CDH = 'CDH'
HDP = 'HDP'