ReplicationImage
Replication image represents a valid, point in time replica for the associated replication.There are two types of images: test-bubble and failover. A test-bubble image is expected to be reverted after any testing is completed. Optionally, it's possible to promote the image to a recovery image. A failover image will either be reverted or committed.
{
"id": "string",
"created_time": "string",
"snapshots_for_pit_instances": false,
"instance_id": "string",
"committed": false,
"vm_ids": [
{}
],
"test_bubble_image": false
}
ID of the replication image.
The time when the image was created, in milliseconds.
Whether snapshots are created for all point in time instances during image creation.
ID of the point in time instance from which this image was created.
Whether the replication has been committed to this image.
List of virtual machine IDs associated with this image.
test_bubble_image