Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HyperVReplicaAzurePolicyInput

Package version

interface

An interface representing HyperVReplicaAzurePolicyInput. Hyper-V Replica Azure specific input for creating a protection profile.

Hierarchy

  • HyperVReplicaAzurePolicyInput

Index

Properties

Optional applicationConsistentSnapshotFrequencyInHours

applicationConsistentSnapshotFrequencyInHours: undefined | number
member

{number} [applicationConsistentSnapshotFrequencyInHours] The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM.

instanceType

instanceType: "HyperVReplicaAzure"
member

{string} instanceType Polymorphic Discriminator

Optional onlineReplicationStartTime

onlineReplicationStartTime: undefined | string
member

{string} [onlineReplicationStartTime] The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately.

Optional recoveryPointHistoryDuration

recoveryPointHistoryDuration: undefined | number
member

{number} [recoveryPointHistoryDuration] The duration (in hours) to which point the recovery history needs to be maintained.

Optional replicationInterval

replicationInterval: undefined | number
member

{number} [replicationInterval] The replication interval.

Optional storageAccounts

storageAccounts: string[]
member

{string[]} [storageAccounts] The list of storage accounts to which the VMs in the primary cloud can replicate to.

Generated using TypeDoc