Class DeletionRecoveryLevel
Deletion recovery levels.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion.static final String
Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7 ≤ SoftDeleteRetentionInDays < 90.static final String
Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion.static final String
Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery.static final String
Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion.static final String
Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled.static final String
Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion. -
Constructor Summary
ModifierConstructorDescriptionprivate
This class contains constants only. -
Method Summary
-
Field Details
-
CUSTOMIZED_RECOVERABLE
Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion.
- See Also:
-
CUSTOMIZED_RECOVERABLE_PROTECTED_SUBSCRIPTION
Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7 ≤ SoftDeleteRetentionInDays < 90.
- See Also:
-
CUSTOMIZED_RECOVERABLE_PURGEABLE
Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion.
- See Also:
-
PURGEABLE
Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery.
- See Also:
-
RECOVERABLE
Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion.
- See Also:
-
RECOVERABLE_PROTECTED_SUBSCRIPTION
Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled.
- See Also:
-
RECOVERABLE_PURGEABLE
Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion.
- See Also:
-
-
Constructor Details
-
DeletionRecoveryLevel
private DeletionRecoveryLevel()This class contains constants only.
-