ENUM

MongoManagementType

Description

Represents the management type of the MongoDB source.

link GraphQL Schema definition

  • enum MongoManagementType {
  • # Unspecified management type.
  • INVALID_MANAGEMENT_TYPE
  • # Native management type.
  • NATIVE
  • # Opsmanager management type.
  • OPSMANAGER
  • }