models.entity_type_enum module

class models.entity_type_enum.EntityTypeEnum[source]

Bases: object

Implementation of the ‘entityType’ enum.

TODO: type enum description here.

Attributes:

CLUSTER: TODO: type description here. STORAGEDOMAIN: TODO: type description here.

CLUSTER = 'Cluster'
STORAGEDOMAIN = 'StorageDomain'