Delen via


RecoveryPlanA2AFailoverInput Class

Definition

Recovery plan A2A failover input.

[Newtonsoft.Json.JsonObject("A2A")]
public class RecoveryPlanA2AFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type RecoveryPlanA2AFailoverInput = class
    inherit RecoveryPlanProviderSpecificFailoverInput
Public Class RecoveryPlanA2AFailoverInput
Inherits RecoveryPlanProviderSpecificFailoverInput
Inheritance
RecoveryPlanA2AFailoverInput
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

RecoveryPlanA2AFailoverInput()

Initializes a new instance of the RecoveryPlanA2AFailoverInput class.

RecoveryPlanA2AFailoverInput(String, String, String)

Initializes a new instance of the RecoveryPlanA2AFailoverInput class.

Properties

CloudServiceCreationOption

Gets or sets a value indicating whether to use recovery cloud service for TFO or not.

MultiVMSyncPointOption

Gets or sets a value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. Possible values include: 'UseMultiVmSyncRecoveryPoint', 'UsePerVmRecoveryPoint'

RecoveryPointType

Gets or sets the recovery point type. Possible values include: 'Latest', 'LatestApplicationConsistent', 'LatestCrashConsistent', 'LatestProcessed'

Methods

Validate()

Validate the object.

Applies to