models_v2.type_6_enum module

class models_v2.type_6_enum.Type6Enum[source]

Bases: object

Implementation of the ‘Type6’ enum.

Specifies the type of the new cluster.

Attributes:

PHYSICAL: TODO: type description here. VIRTUAL: TODO: type description here. CLOUD: TODO: type description here.

CLOUD = 'Cloud'
PHYSICAL = 'Physical'
VIRTUAL = 'Virtual'