Delen via


A2APolicyDetails Class

Definition

A2A specific policy details.

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

Constructors

A2APolicyDetails()

Initializes a new instance of the A2APolicyDetails class.

A2APolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the A2APolicyDetails class.

Properties

AppConsistentFrequencyInMinutes

Gets or sets the app consistent snapshot frequency in minutes.

CrashConsistentFrequencyInMinutes

Gets or sets the crash consistent snapshot frequency in minutes.

MultiVMSyncStatus

Gets or sets a value indicating whether multi-VM sync has to be enabled.

RecoveryPointHistory

Gets or sets the duration in minutes until which the recovery points need to be stored.

RecoveryPointThresholdInMinutes

Gets or sets the recovery point threshold in minutes.

Applies to