共用方式為


A2AUnplannedFailoverInput interface

A2A provider specific input for unplanned failover.

Extends

Properties

cloudServiceCreationOption

A value indicating whether to use recovery cloud service for failover or not.

instanceType

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

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.

Property Details

cloudServiceCreationOption

A value indicating whether to use recovery cloud service for failover or not.

cloudServiceCreationOption?: string

Property Value

string

instanceType

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

instanceType: "A2A"

Property Value

"A2A"

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