A2AReprotectInput interface
Azure specific reprotect input.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
policy |
The Policy Id. |
recovery |
The recovery availability set. |
recovery |
The recovery cloud service Id. Valid for V1 scenarios. |
recovery |
The recovery container Id. |
recovery |
The recovery resource group Id. Valid for V2 scenarios. |
vm |
The list of vm disk details. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
policyId
The Policy Id.
policyId?: string
Property Value
string
recoveryAvailabilitySetId
The recovery availability set.
recoveryAvailabilitySetId?: string
Property Value
string
recoveryCloudServiceId
The recovery cloud service Id. Valid for V1 scenarios.
recoveryCloudServiceId?: string
Property Value
string
recoveryContainerId
The recovery container Id.
recoveryContainerId?: string
Property Value
string
recoveryResourceGroupId
The recovery resource group Id. Valid for V2 scenarios.
recoveryResourceGroupId?: string
Property Value
string
vmDisks
The list of vm disk details.
vmDisks?: A2AVmDiskInputDetails[]