ResourceCustomProtectionSetting interface
Definition of recovery orchestration resource custom protection setting with recovery orchestration plan.
Properties
| failover |
The Azure resource ID hosting the failover automation script. |
| failover |
The Azure resource ID hosting the failover commit automation script. |
| protection |
The discriminator possible values: AzureNative, CustomRunbook, AzureSiteRecovery |
| reprotect |
The Azure resource ID hosting the reprotect automation script. |
| test |
The Azure resource ID hosting the test failover automation script. |
| test |
The Azure resource ID hosting the test failover cleanup automation script. |
Property Details
failoverAction
The Azure resource ID hosting the failover automation script.
failoverAction?: ResourceCustomProtectionAction
Property Value
failoverCommitAction
The Azure resource ID hosting the failover commit automation script.
failoverCommitAction?: ResourceCustomProtectionAction
Property Value
protectionSolutionType
The discriminator possible values: AzureNative, CustomRunbook, AzureSiteRecovery
protectionSolutionType: "CustomRunbook"
Property Value
"CustomRunbook"
reprotectAction
The Azure resource ID hosting the reprotect automation script.
reprotectAction?: ResourceCustomProtectionAction
Property Value
testFailoverAction
The Azure resource ID hosting the test failover automation script.
testFailoverAction?: ResourceCustomProtectionAction
Property Value
testFailoverCleanupAction
The Azure resource ID hosting the test failover cleanup automation script.
testFailoverCleanupAction?: ResourceCustomProtectionAction