models_v2.entity_type_2_enum module

class models_v2.entity_type_2_enum.EntityType2Enum[source]

Bases: object

Implementation of the ‘EntityType2’ enum.

Specifies the type of entity that is registered on Helios.

Attributes:

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

CLUSTER = 'Cluster'
RIGEL = 'Rigel'