models_v2.mongo_db_object_type_enum module

class models_v2.mongo_db_object_type_enum.MongoDBObjectTypeEnum[source]

Bases: object

Implementation of the ‘MongoDBObjectType’ enum.

TODO: type enum description here.

Attributes:

MONGODATABASES: TODO: type description here. MONGOCOLLECTIONS: TODO: type description here.

MONGOCOLLECTIONS = 'MongoCollections'
MONGODATABASES = 'MongoDatabases'