models.registering_app_enum module

class models.registering_app_enum.RegisteringAppEnum[source]

Bases: object

Implementation of the ‘RegisteringApp’ enum.

Application being registered. This param is used to indicate the app for which the job is created. ‘oracle’ indicates that the job was created for oracle app. ‘msSql’ indicates that the job was created for msSql app. ‘physical’ indicates that the job was created for physical machine.

Attributes:

ORACLE: TODO: type description here. MSSQL: TODO: type description here. PHYSICAL: TODO: type description here.

MSSQL = 'msSql'
ORACLE = 'oracle'
PHYSICAL = 'physical'