models.db_type_enum module¶
-
class
models.db_type_enum.
DbTypeEnum
[source]¶ Bases:
object
Implementation of the ‘DbType’ enum.
Specifies the type of the database in Oracle Protection Source. ‘kRACDatabase’ indicates the database is a RAC DB. ‘kSingleInstance’ indicates that the database is single instance.
- Attributes:
KSINGLEINSTANCE: TODO: type description here. KRACDATABASE: TODO: type description here.
-
KRACDATABASE
= 'kRACDatabase'¶
-
KSINGLEINSTANCE
= 'kSingleInstance'¶