HyperVReplicaAzureUnplannedFailoverInput interface
HvrA provider specific input for unplanned failover.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
primary |
Primary kek certificate pfx. |
recovery |
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. |
secondary |
Secondary kek certificate pfx. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplicaAzure"
Property Value
"HyperVReplicaAzure"
primaryKekCertificatePfx
Primary kek certificate pfx.
primaryKekCertificatePfx?: string
Property Value
string
recoveryPointId
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.
recoveryPointId?: string
Property Value
string
secondaryKekCertificatePfx
Secondary kek certificate pfx.
secondaryKekCertificatePfx?: string
Property Value
string