Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecoveryPlanA2AFailoverInput

Package version

interface

An interface representing RecoveryPlanA2AFailoverInput. Recovery plan A2A failover input.

Hierarchy

  • RecoveryPlanA2AFailoverInput

Index

Properties

Optional cloudServiceCreationOption

cloudServiceCreationOption: undefined | string
member

{string} [cloudServiceCreationOption] A value indicating whether to use recovery cloud service for TFO or not.

instanceType

instanceType: "A2A"
member

{string} instanceType Polymorphic Discriminator

Optional multiVmSyncPointOption

multiVmSyncPointOption: MultiVmSyncPointOption
member

{MultiVmSyncPointOption} [multiVmSyncPointOption] A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. Possible values include: 'UseMultiVmSyncRecoveryPoint', 'UsePerVmRecoveryPoint'

recoveryPointType

recoveryPointType: A2ARpRecoveryPointType
member

{A2ARpRecoveryPointType} recoveryPointType The recovery point type. Possible values include: 'Latest', 'LatestApplicationConsistent', 'LatestCrashConsistent', 'LatestProcessed'

Generated using TypeDoc