models_v2.policy_scheduled_backup_enum module¶
-
class
models_v2.policy_scheduled_backup_enum.
PolicyScheduledBackupEnum
[source]¶ Bases:
object
Implementation of the ‘PolicyScheduledBackup’ enum.
Specifies Scheduled Backup type.
- Attributes:
REGULAR: TODO: type description here. FULL: TODO: type description here. LOG: TODO: type description here. SYSTEM: TODO: type description here.
-
FULL
= 'Full'¶
-
LOG
= 'Log'¶
-
REGULAR
= 'Regular'¶
-
SYSTEM
= 'System'¶