CloudReplicationSettings

CloudReplicationSettings
CloudReplicationSettings
JSON Example
{
    "dataConnectionType": "ENCRYPTED_COMPRESSED",
    "description": "new description",
    "initialSyncTime": 0,
    "isMigration": false,
    "quiesced": true,
    "retentionPolicy": {
        "rules": [
            {
                "distance": 15,
                "numberOfInstances": 3
            }
        ]
    },
    "rpo": 15,
    "source": {
        "site": "site1",
        "type": "string"
    },
    "targetDiskType": "THIN",
    "destination": {
        "type": "string"
    }
}
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.

integer As int64 As int64
initialSyncTime
Optional

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
isMigration
Optional

Whether the replication is actually migration.

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.

source
Optional

source

string
targetDiskType
Optional

Optional type of virtual disks created on DR site. Possible values are: [THIN, PREALLOCATED, PREALLOCATED_ZEROS]. Default value is:THIN

Possible values are : THIN, PREALLOCATED, PREALLOCATED_ZEROS,
destination
Optional

destination

Parameter To