models_v2.overwriting_policy_enum module¶
-
class
models_v2.overwriting_policy_enum.
OverwritingPolicyEnum
[source]¶ Bases:
object
Implementation of the ‘OverwritingPolicy’ enum.
Specifies a policy to be used while recovering existing databases.
- Attributes:
FAILIFEXISTS: TODO: type description here. OVERWRITE: TODO: type description here.
-
FAILIFEXISTS
= 'FailIfExists'¶
-
OVERWRITE
= 'Overwrite'¶