Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HyperVReplicaAzureFailoverProviderInput

Package version

interface

An interface representing HyperVReplicaAzureFailoverProviderInput. HvrA provider specific input for failover.

Hierarchy

  • HyperVReplicaAzureFailoverProviderInput

Index

Properties

instanceType

instanceType: "HyperVReplicaAzure"
member

{string} instanceType Polymorphic Discriminator

Optional primaryKekCertificatePfx

primaryKekCertificatePfx: undefined | string
member

{string} [primaryKekCertificatePfx] Primary kek certificate pfx.

Optional recoveryPointId

recoveryPointId: undefined | string
member

{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.

Optional secondaryKekCertificatePfx

secondaryKekCertificatePfx: undefined | string
member

{string} [secondaryKekCertificatePfx] Secondary kek certificate pfx.

Optional vaultLocation

vaultLocation: undefined | string
member

{string} [vaultLocation] Location of the vault.

Generated using TypeDoc