models.type_oracle_protection_source_enum module

class models.type_oracle_protection_source_enum.TypeOracleProtectionSourceEnum[source]

Bases: object

Implementation of the ‘Type_OracleProtectionSource’ enum.

Specifies the type of the managed Object in Oracle Protection Source. ‘kRACRootContainer’ indicates the entity is a root container to an Oracle Real Application clusters(Oracle RAC). ‘kRootContainer’ indicates the entity is a root container to an Oracle standalone server. ‘kHost’ indicates the entity is an Oracle host. ‘kDatabase’ indicates the entity is an Oracle Database. ‘kTableSpace’ indicates the entity is an Oracle table space. ‘kTable’ indicates the entity is an Oracle table.

Attributes:

KRACROOTCONTAINER: TODO: type description here. KROOTCONTAINER: TODO: type description here. KHOST: TODO: type description here. KDATABASE: TODO: type description here. KTABLESPACE: TODO: type description here. KTABLE: TODO: type description here.

KDATABASE = 'kDatabase'
KHOST = 'kHost'
KRACROOTCONTAINER = 'kRACRootContainer'
KROOTCONTAINER = 'kRootContainer'
KTABLE = 'kTable'
KTABLESPACE = 'kTableSpace'