C4ReplicationReconfigureSettings

C4ReplicationReconfigureSettings
C4ReplicationReconfigureSettings
JSON Example
{
    "dataConnectionType": "string",
    "description": "New description",
    "initialSyncTime": 0,
    "quiesced": true,
    "retentionPolicy": {
        "rules": [
            {
                "distance": 15,
                "numberOfInstances": 3
            }
        ]
    },
    "rpo": 15,
    "slaProfileId": "c4ReplicationReconfigureSettings.slaProfileId.example"
}
dataConnectionType
Optional

dataConnectionType

string
description
Optional

The description of the replication.

destinationReconfigure
Optional

Settings for reconfiguring the destination.

integer As int64 As int64
initialSyncTime
Optional

Optional value. 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.

retentionPolicy
Optional

retentionPolicy

integer As int32 As int32
rpo
Optional

Recovery point objective in minutes - if empty/omitted no change will be applied.

string
slaProfileId
Optional

When omitted old SLA profile ID will be used (if any) or if rpo, dataConnectionType, quiesced or retentionPolicy are specified - old SLA profile will be discarded and custom settings will be used.

sourceReconfigure
Optional

Settings for reconfiguring the source.