models_v2.user_db_backup_preference_enum module

class models_v2.user_db_backup_preference_enum.UserDbBackupPreferenceEnum[source]

Bases: object

Implementation of the ‘UserDbBackupPreference’ enum.

Specifies User Database Backup Preference Type.

Attributes:

KBACKUPALLDATABASES: TODO: type description here. KBACKUPALLEXCEPTAAGDATABASES: TODO: type description here. KBACKUPONLYAAGDATABASES: TODO: type description here.

KBACKUPALLDATABASES = 'kBackupAllDatabases'
KBACKUPALLEXCEPTAAGDATABASES = 'kBackupAllExceptAAGDatabases'
KBACKUPONLYAAGDATABASES = 'kBackupOnlyAAGDatabases'