models_v2.cluster_type_1_enum module

class models_v2.cluster_type_1_enum.ClusterType1Enum[source]

Bases: object

Implementation of the ‘ClusterType1’ enum.

Specifies the cluster types.

Attributes:

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

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