models_v2.entity_type_1_enum module

class models_v2.entity_type_1_enum.EntityType1Enum[source]

Bases: object

Implementation of the ‘EntityType1’ enum.

Specfies the type of entity.

Attributes:

RIGEL: TODO: type description here. CLUSTER: TODO: type description here.

CLUSTER = 'Cluster'
RIGEL = 'Rigel'