HyperVReplicaAzureUnplannedFailoverInput interface

HvrA provider specific input for unplanned failover.

Extends

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

primaryKekCertificatePfx

Primary kek certificate pfx.

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.

secondaryKekCertificatePfx

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