Package version:

Recovery plan HVR Azure failover input.

interface RecoveryPlanHyperVReplicaAzureFailoverInput {
    instanceType: "HyperVReplicaAzure";
    primaryKekCertificatePfx?: string;
    recoveryPointType?: string;
    secondaryKekCertificatePfx?: string;
}

Hierarchy (view full)

Properties

instanceType

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

primaryKekCertificatePfx?: string

The primary KEK certificate PFX.

recoveryPointType?: string

The recovery point type.

secondaryKekCertificatePfx?: string

The secondary KEK certificate PFX.