Source code for models_v2.rman_backup_type_enum

# -*- coding: utf-8 -*-

[docs]class RmanBackupTypeEnum(object): """Implementation of the 'RmanBackupType' enum. Specifies the type of Oracle RMAN backup requested Attributes: KIMAGECOPY: TODO: type description here. KBACKUPSETS: TODO: type description here. KSBT: TODO: type description here. """ KIMAGECOPY = 'kImageCopy' KBACKUPSETS = 'kBackupSets' KSBT = 'kSbt'