Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InMageFailoverProviderInput

Package version

interface

An interface representing InMageFailoverProviderInput. Provider specific input for InMage failover.

Hierarchy

  • InMageFailoverProviderInput

Index

Properties

instanceType

instanceType: "InMage"
member

{string} instanceType Polymorphic Discriminator

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 recoveryPointType

recoveryPointType: RecoveryPointType
member

{RecoveryPointType} [recoveryPointType] The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored. Possible values include: 'LatestTime', 'LatestTag', 'Custom'

Generated using TypeDoc