Source code for models_v2.oracle_rman_backup_enum

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

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