RecoveryPlanHyperVReplicaAzureFailoverInput interface
Recovery plan HVR Azure failover input.
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| primary |
The primary KEK certificate PFX. |
| recovery |
The recovery point type. |
| secondary |
The secondary KEK certificate PFX. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplicaAzure"
Property Value
"HyperVReplicaAzure"
primaryKekCertificatePfx
The primary KEK certificate PFX.
primaryKekCertificatePfx?: string
Property Value
string
recoveryPointType
The recovery point type.
recoveryPointType?: string
Property Value
string
secondaryKekCertificatePfx
The secondary KEK certificate PFX.
secondaryKekCertificatePfx?: string
Property Value
string