HyperVReplicaAzurePolicyDetails interface
Hyper-V Replica Azure specific protection profile details.
- Extends
Properties
active |
The active storage account Id. |
application |
The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. |
encryption | A value indicating whether encryption is enabled for virtual machines in this cloud. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
online |
The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. |
recovery |
The duration (in hours) to which point the recovery history needs to be maintained. |
replication |
The replication interval. |
Property Details
activeStorageAccountId
The active storage account Id.
activeStorageAccountId?: string
Property Value
string
applicationConsistentSnapshotFrequencyInHours
The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM.
applicationConsistentSnapshotFrequencyInHours?: number
Property Value
number
encryption
A value indicating whether encryption is enabled for virtual machines in this cloud.
encryption?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplicaAzure"
Property Value
"HyperVReplicaAzure"
onlineReplicationStartTime
The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately.
onlineReplicationStartTime?: string
Property Value
string
recoveryPointHistoryDurationInHours
The duration (in hours) to which point the recovery history needs to be maintained.
recoveryPointHistoryDurationInHours?: number
Property Value
number
replicationInterval
The replication interval.
replicationInterval?: number
Property Value
number