RecoveryPlanA2AInput interface
Recovery plan A2A input.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
primary |
The primary extended location. |
primary |
The primary zone. |
recovery |
The recovery extended location. |
recovery |
The recovery zone. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
primaryExtendedLocation
The primary extended location.
primaryExtendedLocation?: ExtendedLocation
Property Value
primaryZone
The primary zone.
primaryZone?: string
Property Value
string
recoveryExtendedLocation
The recovery extended location.
recoveryExtendedLocation?: ExtendedLocation
Property Value
recoveryZone
The recovery zone.
recoveryZone?: string
Property Value
string