Microsoft.RecoveryServices vaults/replicationPolicies 2018-07-10

Bicep resource definition

The vaults/replicationPolicies resource type can be deployed to:

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@2018-07-10' = {
  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 HyperVReplica2012, use:

  instanceType: 'HyperVReplica2012'
  allowedAuthenticationType: int
  applicationConsistentSnapshotFrequencyInHours: int
  compression: 'string'
  initialReplicationMethod: 'string'
  offlineReplicationExportPath: 'string'
  offlineReplicationImportPath: 'string'
  onlineReplicationStartTime: 'string'
  recoveryPoints: int
  replicaDeletion: 'string'
  replicationPort: int

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 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
HyperVReplica2012
HyperVReplica2012R2
HyperVReplicaAzure
InMage
InMageAzureV2
InMageRcm
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

HyperVReplicaPolicyInput

Name Description Value
instanceType The class type. 'HyperVReplica2012' (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
replicationPort A value indicating the recovery HTTPS port. int

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

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 to:

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": "2018-07-10",
  "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 HyperVReplica2012, use:

  "instanceType": "HyperVReplica2012",
  "allowedAuthenticationType": "int",
  "applicationConsistentSnapshotFrequencyInHours": "int",
  "compression": "string",
  "initialReplicationMethod": "string",
  "offlineReplicationExportPath": "string",
  "offlineReplicationImportPath": "string",
  "onlineReplicationStartTime": "string",
  "recoveryPoints": "int",
  "replicaDeletion": "string",
  "replicationPort": "int"

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 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 '2018-07-10'
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
HyperVReplica2012
HyperVReplica2012R2
HyperVReplicaAzure
InMage
InMageAzureV2
InMageRcm
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

HyperVReplicaPolicyInput

Name Description Value
instanceType The class type. 'HyperVReplica2012' (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
replicationPort A value indicating the recovery HTTPS port. int

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

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 to:

  • 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@2018-07-10"
  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 HyperVReplica2012, use:

  instanceType = "HyperVReplica2012"
  allowedAuthenticationType = int
  applicationConsistentSnapshotFrequencyInHours = int
  compression = "string"
  initialReplicationMethod = "string"
  offlineReplicationExportPath = "string"
  offlineReplicationImportPath = "string"
  onlineReplicationStartTime = "string"
  recoveryPoints = int
  replicaDeletion = "string"
  replicationPort = int

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 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@2018-07-10"
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
HyperVReplica2012
HyperVReplica2012R2
HyperVReplicaAzure
InMage
InMageAzureV2
InMageRcm
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

HyperVReplicaPolicyInput

Name Description Value
instanceType The class type. "HyperVReplica2012" (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
replicationPort A value indicating the recovery HTTPS port. int

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

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