ReplicationInfo
Information about a replication
Properties
A flag that indicates whether to automatically enable replication to newly added disks.
If the configurationState is ERROR, this property is set with a value describing the error in more detail.If the configurationState contains some other value, then this property is empty.
The state of a replication with respect to its configuration.
Possible values are: IN_PROGRESS , ERROR , OK , UNKNOWN
RPO violation in minutes since the deadline for the next image of the replication has elapsed.
A flag to indicate whether LWD encryption is used from VRS side.
A unique identifier of the replication.
Returns any faults from the underlying replication.
The duration of the last sync operation, in seconds.
The size of delta during the last sync, in bytes.
The time of the last sync operation.
The number of days to keep MPIT instances.
A flag that indicates whether MPIT is enabled.
The number of instances to keep per day.
A flag that indicates whether compression needs to be used for the outgoing traffic.
A flag that indicates whether to quiesce the file system or the applications in the guest OS before a consistent replica is created.
If the recovery_state is ERROR, this field contains details about the error.
Specify the solution that manages the recovery operation.
The state of a replication with respect to its recovery.
Possible values are: UNKNOWN , NOT_STARTED , IN_PROGRESS , ERROR , OK
The name of the replication server.
Configured RPO in minutes.
The name of the source site.
The ID of the source vCenter Server.
UUID of the target replication server.
The name of the target site.
The ID of the target vCenter Server.
Possible values are: UNKNOWN , VC_TO_VC
Flag defining if VM’s DataSets replication is enabled.
An ID of the replicated VM.
JSON Example
{
"auto_replicate_new_disks_enabled": false,
"configuration_error": {
"details": "string",
"message": "string"
},
"configuration_state": "IN_PROGRESS",
"current_rpo_violation": 0,
"encryption_enabled": false,
"id": "string",
"last_group_error": {
"details": "string",
"message": "string"
},
"last_sync_duration": 0,
"last_sync_size": 0,
"last_sync_time": "string",
"mpit_days": 0,
"mpit_enabled": false,
"mpit_instances": 0,
"name": "string",
"network_compression_enabled": false,
"quiescing_enabled": false,
"recovery_error": "string",
"recovery_solution": "string",
"recovery_state": "UNKNOWN",
"replication_server_name": "string",
"rpo": 0,
"source_site_name": "string",
"source_vc_id": "string",
"status": {
"rpo_violation": false,
"status": "FULL_SYNC"
},
"sync_progress": {
"checksum_current": 0,
"checksum_total": 0,
"progress": 0,
"transferred_current": 0,
"transferred_total": 0
},
"target_replication_server_uuid": "string",
"target_site_name": "string",
"target_vc_id": "string",
"type": "UNKNOWN",
"vm_data_sets_replication_enabled": false,
"vm_id": "string"
}
Property Of
ReplicationInfoDrResponseList
Used By
ReplicationInfoDrResponseEntity