ReconfigureSettings
Settings which can be changed when reconfiguring the replication.
{
"description": "New description",
"rpo": 0,
"dataConnectionType": "PLAIN",
"quiesced": false,
"retentionPolicy": {
"rules": [
{
"numberOfInstances": 3,
"distance": 60
}
]
},
"archiveSettings": null,
"initialSyncTime": 0
}
New description of the replication
The initial synchronization time of the replication. The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. When set in the past, as 0, or as a negative, then the synchronization starts immediately. Passing null means no change is to be made.
Whether quiescing of the replication instances is supported. Passing null means no change is to be made.
Optional value. When the provided value is less than 0, the RPO does not change.