Microsoft.RecoveryServices vaults/replicationPolicies 2023-02-01
- Latest
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-10
- 2022-08-01
- 2022-05-01
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-11-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2018-07-10
- 2018-01-10
- 2016-08-10
Bicep resource definition
The vaults/replicationPolicies resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.RecoveryServices/vaults/replicationPolicies resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationPolicies@2023-02-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
providerSpecificInput: {
instanceType: 'string'
// For remaining properties, see PolicyProviderSpecificInput objects
}
}
}
PolicyProviderSpecificInput objects
Set the instanceType property to specify the type of object.
For A2A, use:
instanceType: 'A2A'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
multiVmSyncStatus: 'string'
recoveryPointHistory: int
For A2ACrossClusterMigration, use:
instanceType: 'A2ACrossClusterMigration'
For HyperVReplica2012R2, use:
instanceType: 'HyperVReplica2012R2'
allowedAuthenticationType: int
applicationConsistentSnapshotFrequencyInHours: int
compression: 'string'
initialReplicationMethod: 'string'
offlineReplicationExportPath: 'string'
offlineReplicationImportPath: 'string'
onlineReplicationStartTime: 'string'
recoveryPoints: int
replicaDeletion: 'string'
replicationFrequencyInSeconds: int
replicationPort: int
For HyperVReplicaAzure, use:
instanceType: 'HyperVReplicaAzure'
applicationConsistentSnapshotFrequencyInHours: int
onlineReplicationStartTime: 'string'
recoveryPointHistoryDuration: int
replicationInterval: int
storageAccounts: [
'string'
]
For InMage, use:
instanceType: 'InMage'
appConsistentFrequencyInMinutes: int
multiVmSyncStatus: 'string'
recoveryPointHistory: int
recoveryPointThresholdInMinutes: int
For InMageAzureV2, use:
instanceType: 'InMageAzureV2'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
multiVmSyncStatus: 'string'
recoveryPointHistory: int
recoveryPointThresholdInMinutes: int
For InMageRcm, use:
instanceType: 'InMageRcm'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
enableMultiVmSync: 'string'
recoveryPointHistoryInMinutes: int
For InMageRcmFailback, use:
instanceType: 'InMageRcmFailback'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
For VMwareCbt, use:
instanceType: 'VMwareCbt'
appConsistentFrequencyInMinutes: int
crashConsistentFrequencyInMinutes: int
recoveryPointHistoryInMinutes: int
Property values
vaults/replicationPolicies
Name | Description | Value |
---|---|---|
name | The resource name See how to set names and types for child resources in Bicep. |
string (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: vaults |
properties | Policy creation properties. | CreatePolicyInputPropertiesOrPolicyProperties |
CreatePolicyInputPropertiesOrPolicyProperties
Name | Description | Value |
---|---|---|
providerSpecificInput | The ReplicationProviderSettings. | PolicyProviderSpecificInput |
PolicyProviderSpecificInput
Name | Description | Value |
---|---|---|
instanceType | Set the object type | A2A A2ACrossClusterMigration HyperVReplica2012R2 HyperVReplicaAzure InMage InMageAzureV2 InMageRcm InMageRcmFailback VMwareCbt (required) |
A2APolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'A2A' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | 'Disable' 'Enable' (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
A2ACrossClusterMigrationPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'A2ACrossClusterMigration' (required) |
HyperVReplicaBluePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'HyperVReplica2012R2' (required) |
allowedAuthenticationType | A value indicating the authentication type. | int |
applicationConsistentSnapshotFrequencyInHours | A value indicating the application consistent frequency. | int |
compression | A value indicating whether compression has to be enabled. | string |
initialReplicationMethod | A value indicating whether IR is online. | string |
offlineReplicationExportPath | A value indicating the offline IR export path. | string |
offlineReplicationImportPath | A value indicating the offline IR import path. | string |
onlineReplicationStartTime | A value indicating the online IR start time. | string |
recoveryPoints | A value indicating the number of recovery points. | int |
replicaDeletion | A value indicating whether the VM has to be auto deleted. | string |
replicationFrequencyInSeconds | A value indicating the replication interval. | int |
replicationPort | A value indicating the recovery HTTPS port. | int |
HyperVReplicaAzurePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'HyperVReplicaAzure' (required) |
applicationConsistentSnapshotFrequencyInHours | The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. | int |
onlineReplicationStartTime | The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. | string |
recoveryPointHistoryDuration | The duration (in hours) to which point the recovery history needs to be maintained. | int |
replicationInterval | The replication interval. | int |
storageAccounts | The list of storage accounts to which the VMs in the primary cloud can replicate to. | string[] |
InMagePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMage' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | 'Disable' 'Enable' (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
recoveryPointThresholdInMinutes | The recovery point threshold in minutes. | int |
InMageAzureV2PolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMageAzureV2' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | 'Disable' 'Enable' (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
recoveryPointThresholdInMinutes | The recovery point threshold in minutes. | int |
InMageRcmPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMageRcm' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
enableMultiVmSync | A value indicating whether multi-VM sync has to be enabled. | string |
recoveryPointHistoryInMinutes | The duration in minutes until which the recovery points need to be stored. | int |
InMageRcmFailbackPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMageRcmFailback' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
VMwareCbtPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'VMwareCbt' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
recoveryPointHistoryInMinutes | The duration in minutes until which the recovery points need to be stored. | int |
ARM template resource definition
The vaults/replicationPolicies resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.RecoveryServices/vaults/replicationPolicies resource, add the following JSON to your template.
{
"type": "Microsoft.RecoveryServices/vaults/replicationPolicies",
"apiVersion": "2023-02-01",
"name": "string",
"properties": {
"providerSpecificInput": {
"instanceType": "string"
// For remaining properties, see PolicyProviderSpecificInput objects
}
}
}
PolicyProviderSpecificInput objects
Set the instanceType property to specify the type of object.
For A2A, use:
"instanceType": "A2A",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"multiVmSyncStatus": "string",
"recoveryPointHistory": "int"
For A2ACrossClusterMigration, use:
"instanceType": "A2ACrossClusterMigration"
For HyperVReplica2012R2, use:
"instanceType": "HyperVReplica2012R2",
"allowedAuthenticationType": "int",
"applicationConsistentSnapshotFrequencyInHours": "int",
"compression": "string",
"initialReplicationMethod": "string",
"offlineReplicationExportPath": "string",
"offlineReplicationImportPath": "string",
"onlineReplicationStartTime": "string",
"recoveryPoints": "int",
"replicaDeletion": "string",
"replicationFrequencyInSeconds": "int",
"replicationPort": "int"
For HyperVReplicaAzure, use:
"instanceType": "HyperVReplicaAzure",
"applicationConsistentSnapshotFrequencyInHours": "int",
"onlineReplicationStartTime": "string",
"recoveryPointHistoryDuration": "int",
"replicationInterval": "int",
"storageAccounts": [ "string" ]
For InMage, use:
"instanceType": "InMage",
"appConsistentFrequencyInMinutes": "int",
"multiVmSyncStatus": "string",
"recoveryPointHistory": "int",
"recoveryPointThresholdInMinutes": "int"
For InMageAzureV2, use:
"instanceType": "InMageAzureV2",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"multiVmSyncStatus": "string",
"recoveryPointHistory": "int",
"recoveryPointThresholdInMinutes": "int"
For InMageRcm, use:
"instanceType": "InMageRcm",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"enableMultiVmSync": "string",
"recoveryPointHistoryInMinutes": "int"
For InMageRcmFailback, use:
"instanceType": "InMageRcmFailback",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int"
For VMwareCbt, use:
"instanceType": "VMwareCbt",
"appConsistentFrequencyInMinutes": "int",
"crashConsistentFrequencyInMinutes": "int",
"recoveryPointHistoryInMinutes": "int"
Property values
vaults/replicationPolicies
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.RecoveryServices/vaults/replicationPolicies' |
apiVersion | The resource api version | '2023-02-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Policy creation properties. | CreatePolicyInputPropertiesOrPolicyProperties |
CreatePolicyInputPropertiesOrPolicyProperties
Name | Description | Value |
---|---|---|
providerSpecificInput | The ReplicationProviderSettings. | PolicyProviderSpecificInput |
PolicyProviderSpecificInput
Name | Description | Value |
---|---|---|
instanceType | Set the object type | A2A A2ACrossClusterMigration HyperVReplica2012R2 HyperVReplicaAzure InMage InMageAzureV2 InMageRcm InMageRcmFailback VMwareCbt (required) |
A2APolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'A2A' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | 'Disable' 'Enable' (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
A2ACrossClusterMigrationPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'A2ACrossClusterMigration' (required) |
HyperVReplicaBluePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'HyperVReplica2012R2' (required) |
allowedAuthenticationType | A value indicating the authentication type. | int |
applicationConsistentSnapshotFrequencyInHours | A value indicating the application consistent frequency. | int |
compression | A value indicating whether compression has to be enabled. | string |
initialReplicationMethod | A value indicating whether IR is online. | string |
offlineReplicationExportPath | A value indicating the offline IR export path. | string |
offlineReplicationImportPath | A value indicating the offline IR import path. | string |
onlineReplicationStartTime | A value indicating the online IR start time. | string |
recoveryPoints | A value indicating the number of recovery points. | int |
replicaDeletion | A value indicating whether the VM has to be auto deleted. | string |
replicationFrequencyInSeconds | A value indicating the replication interval. | int |
replicationPort | A value indicating the recovery HTTPS port. | int |
HyperVReplicaAzurePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'HyperVReplicaAzure' (required) |
applicationConsistentSnapshotFrequencyInHours | The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. | int |
onlineReplicationStartTime | The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. | string |
recoveryPointHistoryDuration | The duration (in hours) to which point the recovery history needs to be maintained. | int |
replicationInterval | The replication interval. | int |
storageAccounts | The list of storage accounts to which the VMs in the primary cloud can replicate to. | string[] |
InMagePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMage' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | 'Disable' 'Enable' (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
recoveryPointThresholdInMinutes | The recovery point threshold in minutes. | int |
InMageAzureV2PolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMageAzureV2' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | 'Disable' 'Enable' (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
recoveryPointThresholdInMinutes | The recovery point threshold in minutes. | int |
InMageRcmPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMageRcm' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
enableMultiVmSync | A value indicating whether multi-VM sync has to be enabled. | string |
recoveryPointHistoryInMinutes | The duration in minutes until which the recovery points need to be stored. | int |
InMageRcmFailbackPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'InMageRcmFailback' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
VMwareCbtPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'VMwareCbt' (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
recoveryPointHistoryInMinutes | The duration in minutes until which the recovery points need to be stored. | int |
Terraform (AzAPI provider) resource definition
The vaults/replicationPolicies resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.RecoveryServices/vaults/replicationPolicies resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationPolicies@2023-02-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
providerSpecificInput = {
instanceType = "string"
// For remaining properties, see PolicyProviderSpecificInput objects
}
}
})
}
PolicyProviderSpecificInput objects
Set the instanceType property to specify the type of object.
For A2A, use:
instanceType = "A2A"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
multiVmSyncStatus = "string"
recoveryPointHistory = int
For A2ACrossClusterMigration, use:
instanceType = "A2ACrossClusterMigration"
For HyperVReplica2012R2, use:
instanceType = "HyperVReplica2012R2"
allowedAuthenticationType = int
applicationConsistentSnapshotFrequencyInHours = int
compression = "string"
initialReplicationMethod = "string"
offlineReplicationExportPath = "string"
offlineReplicationImportPath = "string"
onlineReplicationStartTime = "string"
recoveryPoints = int
replicaDeletion = "string"
replicationFrequencyInSeconds = int
replicationPort = int
For HyperVReplicaAzure, use:
instanceType = "HyperVReplicaAzure"
applicationConsistentSnapshotFrequencyInHours = int
onlineReplicationStartTime = "string"
recoveryPointHistoryDuration = int
replicationInterval = int
storageAccounts = [
"string"
]
For InMage, use:
instanceType = "InMage"
appConsistentFrequencyInMinutes = int
multiVmSyncStatus = "string"
recoveryPointHistory = int
recoveryPointThresholdInMinutes = int
For InMageAzureV2, use:
instanceType = "InMageAzureV2"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
multiVmSyncStatus = "string"
recoveryPointHistory = int
recoveryPointThresholdInMinutes = int
For InMageRcm, use:
instanceType = "InMageRcm"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
enableMultiVmSync = "string"
recoveryPointHistoryInMinutes = int
For InMageRcmFailback, use:
instanceType = "InMageRcmFailback"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
For VMwareCbt, use:
instanceType = "VMwareCbt"
appConsistentFrequencyInMinutes = int
crashConsistentFrequencyInMinutes = int
recoveryPointHistoryInMinutes = int
Property values
vaults/replicationPolicies
Name | Description | Value |
---|---|---|
type | The resource type | "Microsoft.RecoveryServices/vaults/replicationPolicies@2023-02-01" |
name | The resource name | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: vaults |
properties | Policy creation properties. | CreatePolicyInputPropertiesOrPolicyProperties |
CreatePolicyInputPropertiesOrPolicyProperties
Name | Description | Value |
---|---|---|
providerSpecificInput | The ReplicationProviderSettings. | PolicyProviderSpecificInput |
PolicyProviderSpecificInput
Name | Description | Value |
---|---|---|
instanceType | Set the object type | A2A A2ACrossClusterMigration HyperVReplica2012R2 HyperVReplicaAzure InMage InMageAzureV2 InMageRcm InMageRcmFailback VMwareCbt (required) |
A2APolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "A2A" (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | "Disable" "Enable" (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
A2ACrossClusterMigrationPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "A2ACrossClusterMigration" (required) |
HyperVReplicaBluePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "HyperVReplica2012R2" (required) |
allowedAuthenticationType | A value indicating the authentication type. | int |
applicationConsistentSnapshotFrequencyInHours | A value indicating the application consistent frequency. | int |
compression | A value indicating whether compression has to be enabled. | string |
initialReplicationMethod | A value indicating whether IR is online. | string |
offlineReplicationExportPath | A value indicating the offline IR export path. | string |
offlineReplicationImportPath | A value indicating the offline IR import path. | string |
onlineReplicationStartTime | A value indicating the online IR start time. | string |
recoveryPoints | A value indicating the number of recovery points. | int |
replicaDeletion | A value indicating whether the VM has to be auto deleted. | string |
replicationFrequencyInSeconds | A value indicating the replication interval. | int |
replicationPort | A value indicating the recovery HTTPS port. | int |
HyperVReplicaAzurePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "HyperVReplicaAzure" (required) |
applicationConsistentSnapshotFrequencyInHours | The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. | int |
onlineReplicationStartTime | The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. | string |
recoveryPointHistoryDuration | The duration (in hours) to which point the recovery history needs to be maintained. | int |
replicationInterval | The replication interval. | int |
storageAccounts | The list of storage accounts to which the VMs in the primary cloud can replicate to. | string[] |
InMagePolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "InMage" (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | "Disable" "Enable" (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
recoveryPointThresholdInMinutes | The recovery point threshold in minutes. | int |
InMageAzureV2PolicyInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "InMageAzureV2" (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
multiVmSyncStatus | A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. | "Disable" "Enable" (required) |
recoveryPointHistory | The duration in minutes until which the recovery points need to be stored. | int |
recoveryPointThresholdInMinutes | The recovery point threshold in minutes. | int |
InMageRcmPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "InMageRcm" (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
enableMultiVmSync | A value indicating whether multi-VM sync has to be enabled. | string |
recoveryPointHistoryInMinutes | The duration in minutes until which the recovery points need to be stored. | int |
InMageRcmFailbackPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "InMageRcmFailback" (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
VMwareCbtPolicyCreationInput
Name | Description | Value |
---|---|---|
instanceType | The class type. | "VMwareCbt" (required) |
appConsistentFrequencyInMinutes | The app consistent snapshot frequency (in minutes). | int |
crashConsistentFrequencyInMinutes | The crash consistent snapshot frequency (in minutes). | int |
recoveryPointHistoryInMinutes | The duration in minutes until which the recovery points need to be stored. | int |