CloudReplicationSettings
Represents the settings required to configure a replication that involves a VCDA Cloud site.
{
"dataConnectionType": "string",
"description": "new description",
"initialSyncTime": 0,
"isMigration": false,
"quiesced": true,
"retentionPolicy": {
"rules": [
{
"numberOfInstances": 3,
"distance": 60
}
]
},
"rpo": 15,
"slaProfileId": "e137ef16-010a-4cc8-9121-53985cb67c5b",
"targetDiskType": "string"
}
The description of the replication.
The destination location of the replication.
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
Whether the replication is actually a migration.
Replicated image guest quiescing - if empty/omitted no change will be applied.
Recovery point objective in minutes - if empty/omitted no change will be applied.
The SLA Profile to use instead of the custom rpo/dataConnectionType/retentionPolicy settings
The source location of the replication.