VmReplicationSettings
VmReplicationSettings
Settings required to configure a VM replication.
JSON Example
{
"dataConnectionType": "string",
"description": "new description",
"excludedDiskKeys": [
0
],
"initialSyncTime": 0,
"quiesced": true,
"retentionPolicy": {
"rules": [
{
"numberOfInstances": 3,
"distance": 60
}
]
},
"rpo": 15,
"targetDiskType": "string"
}
string
description
Optional
The descrioption of the replication.
array of integer
excludedDiskKeys
Optional
A list of device keys of non-replicated disks.
integer As int64 As int64
initialSyncTime
Optional
Replication initial sync time. If in the past, 0 or negative, the sync will not be delayed. The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC
boolean
quiesced
Optional
Replicated image guest quiescing - if empty/omitted no change will be applied.
integer As int32 As int32
rpo
Optional
Recovery point objective in minutes - if empty/omitted no change will be applied.