HyperVReplicaAzurePlannedFailoverProviderInput interface

HyperVReplicaAzure specific planned failover input.

Extends

Properties

instanceType

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

osUpgradeVersion

A value indicating the inplace OS Upgrade version.

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"

osUpgradeVersion

A value indicating the inplace OS Upgrade version.

osUpgradeVersion?: string

Property Value

string

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