C4ReplicationReconfigureSettings

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

What LWD traffic mode is supported. Can be PLAIN, ENCRYPTED or ENCRYPTED_COMPRESSED.

Possible values are : PLAIN, ENCRYPTED, ENCRYPTED_COMPRESSED,
string
description
Optional

The description of the replication.

destinationReconfigure
Optional

destinationReconfigure

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

sourceReconfigure