[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

ConfigureReplicationSpec

A spec used to configure replication.


Properties

boolean
network_compression_enabled Required

Use network compression for replication traffic.


disks Required

A VM disk with a destination path, a disk format, a storage policy, and the replication status.


boolean
lwd_encryption_enabled Required

Specify whether LWD encryption is enabled for this replication.


string
target_vc_id Required

An ID of the target VC server.


boolean
mpit_enabled Required

Point-in-time recovery enabled


integer as int64
rpo Required

Target RPO in minutes.


boolean
auto_replicate_new_disks Required

Enable automatic replication of new disks that are added to a VM that is replicated.


string
vm_id Required

The ID to the virtual machine that is going to be replicated.


boolean
quiesce_enabled Optional

A flag that defines whether the quiescing method is enabled.


integer as int32
mpit_instances Optional

Point-in-time recovery instances per day.


string
target_replication_server_id Optional

The ID of the vSphere Replication server this group resides on. In case of null, the server will be automatically determined.


integer as int32
mpit_days Optional

Point-in-time recovery days to retain instances for.


boolean
vm_data_sets_replication_enabled Optional

Flag defining if VM’s DataSets replication is enabled.

JSON Example

{
    "target_vc_id": "ff4a23e7-2fed-4be0-be39-479ae372badd",
    "vm_id": "VirtualMachine:vm-80:e594ad24-5f75-41e3-a276-88a2116dbed0"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Parameter To

Configure Replication

Feedback

Was this page helpful?