HyperVReplicaAzurePlannedFailoverProviderInput interface
HyperVReplicaAzure specific planned failover input.
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| os |
A value indicating the inplace OS Upgrade version. |
| 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"
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