Package version:

HvrA provider specific input for unplanned failover.

interface HyperVReplicaAzureUnplannedFailoverInput {
    instanceType: "HyperVReplicaAzure";
    primaryKekCertificatePfx?: string;
    recoveryPointId?: string;
    secondaryKekCertificatePfx?: string;
}

Hierarchy (view full)

Properties

instanceType

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

primaryKekCertificatePfx?: string

Primary kek certificate pfx.

recoveryPointId?: string

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?: string

Secondary kek certificate pfx.