C4ReplicationReconfigureSettings

C4ReplicationReconfigureSettings
C4ReplicationReconfigureSettings
JSON Example
{
    "dataConnectionType": "ENCRYPTED_COMPRESSED",
    "description": "new description",
    "quiesced": true,
    "retentionPolicy": {
        "rules": [
            {
                "distance": 15,
                "numberOfInstances": 3
            }
        ]
    },
    "rpo": 15
}
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 descrioption of the replication.

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.

sourceReconfigure
Optional

sourceReconfigure

Parameter To